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

◆ HasCustomDebugInformationTag

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

Definition at line 132 of file CodedIndex.cs.

133 {
134 MethodDef = 0,
135 Field = 1,
136 TypeRef = 2,
137 TypeDef = 3,
138 Param = 4,
139 InterfaceImpl = 5,
140 MemberRef = 6,
141 Module = 7,
142 DeclSecurity = 8,
143 Property = 9,
144 Event = 10,
145 StandAloneSig = 11,
146 ModuleRef = 12,
147 TypeSpec = 13,
148 Assembly = 14,
149 AssemblyRef = 15,
150 File = 16,
151 ExportedType = 17,
152 ManifestResource = 18,
153 GenericParam = 19,
155 MethodSpec = 21,
156 Document = 22,
157 LocalScope = 23,
158 LocalVariable = 24,
159 LocalConstant = 25,
160 ImportScope = 26,
161 BitCount = 5
162 }