Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ HasCustomAttributeTag

Enumerator
MethodDef 
Field 
TypeRef 
TypeDef 
Param 
InterfaceImpl 
MemberRef 
Module 
DeclSecurity 
Property 
Event 
StandAloneSig 
ModuleRef 
TypeSpec 
Assembly 
AssemblyRef 
File 
ExportedType 
ManifestResource 
GenericParam 
GenericParamConstraint 
MethodSpec 
BitCount 

Definition at line 5 of file CodedIndex.cs.

6 {
7 MethodDef = 0,
8 Field = 1,
9 TypeRef = 2,
10 TypeDef = 3,
11 Param = 4,
12 InterfaceImpl = 5,
13 MemberRef = 6,
14 Module = 7,
15 DeclSecurity = 8,
16 Property = 9,
17 Event = 10,
18 StandAloneSig = 11,
19 ModuleRef = 12,
20 TypeSpec = 13,
21 Assembly = 14,
22 AssemblyRef = 15,
23 File = 16,
24 ExportedType = 17,
26 GenericParam = 19,
28 MethodSpec = 21,
29 BitCount = 5
30 }