Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MemberTypes
enum
System.Reflection.MemberTypes
Enumerator
Constructor
Event
Field
Method
Property
TypeInfo
Custom
NestedType
All
Definition at line
4
of file
MemberTypes.cs
.
5
{
6
Constructor
= 1,
7
Event = 2,
8
Field
= 4,
9
Method
= 8,
10
Property
= 0x10,
11
TypeInfo
= 0x20,
12
Custom = 0x40,
13
NestedType
= 0x80,
14
All = 0xBF
15
}
System.Reflection.TypeInfo
Definition
TypeInfo.cs:7
System.Reflection.MemberTypes.Method
@ Method
System.Reflection.MemberTypes.Constructor
@ Constructor
System.Reflection.MemberTypes.NestedType
@ NestedType
System.Reflection.CustomAttributeEncoding.Property
@ Property
System.Reflection.CustomAttributeEncoding.Field
@ Field
System
Reflection
Generated by
1.10.0