Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
PropertyAttributes
enum
System.Reflection.PropertyAttributes
Enumerator
None
SpecialName
RTSpecialName
HasDefault
Reserved2
Reserved3
Reserved4
ReservedMask
Definition at line
4
of file
PropertyAttributes.cs
.
5
{
6
None = 0,
7
SpecialName
= 0x200,
8
RTSpecialName
= 0x400,
9
HasDefault
= 0x1000,
10
Reserved2
= 0x2000,
11
Reserved3
= 0x4000,
12
Reserved4
= 0x8000,
13
ReservedMask
= 0xF400
14
}
System.Reflection.PropertyAttributes.Reserved2
@ Reserved2
System.Reflection.FieldAttributes.HasDefault
@ HasDefault
System.Reflection.ParameterAttributes.Reserved4
@ Reserved4
System.Reflection.ParameterAttributes.Reserved3
@ Reserved3
System.Reflection.EventAttributes.ReservedMask
@ ReservedMask
System.Reflection.EventAttributes.RTSpecialName
@ RTSpecialName
System.Reflection.EventAttributes.SpecialName
@ SpecialName
System
Reflection
Generated by
1.10.0