9 lines
165 B
C#
9 lines
165 B
C#
namespace AwperativeTest2;
|
|
|
|
|
|
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
|
|
public class HideInView : Attribute
|
|
{
|
|
public HideInView() {}
|
|
|
|
} |