PropertyAttributes {System.Reflection} | .NET clr documentation |
# namespace System.Reflection
export class PropertyAttributes extends Enum {
None: PropertyAttributes = 0;
SpecialName: PropertyAttributes = 512;
RTSpecialName: PropertyAttributes = 1024;
HasDefault: PropertyAttributes = 4096;
Reserved2: PropertyAttributes = 8192;
Reserved3: PropertyAttributes = 16384;
Reserved4: PropertyAttributes = 32768;
ReservedMask: PropertyAttributes = 62464;
}
None
: PropertyAttributesSpecialName
: PropertyAttributesRTSpecialName
: PropertyAttributesHasDefault
: PropertyAttributesReserved2
: PropertyAttributesReserved3
: PropertyAttributesReserved4
: PropertyAttributesReservedMask
: PropertyAttributes