Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MemberTypes.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
[Flags]
4
public
enum
MemberTypes
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
MemberTypes
Definition
MemberTypes.cs:5
System.Reflection.MemberTypes.Method
@ Method
System.Reflection.MemberTypes.Constructor
@ Constructor
System.Reflection.MemberTypes.Custom
@ Custom
System.Reflection.MemberTypes.Event
@ Event
System.Reflection.MemberTypes.All
@ All
System.Reflection.MemberTypes.NestedType
@ NestedType
System.Reflection.CustomAttributeEncoding.Property
@ Property
System.Reflection.CustomAttributeEncoding.Field
@ Field
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Private.CoreLib
System.Reflection
MemberTypes.cs
Generated by
1.10.0