Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.MetadataToken Struct Reference

Public Member Functions

 MetadataToken (int token)
 
override string ToString ()
 

Static Public Member Functions

static implicit operator int (MetadataToken token)
 
static implicit operator MetadataToken (int token)
 
static bool IsNullToken (int token)
 

Public Attributes

int Value
 

Properties

bool IsGlobalTypeDefToken [get]
 
MetadataTokenType TokenType [get]
 
bool IsTypeRef [get]
 
bool IsTypeDef [get]
 
bool IsFieldDef [get]
 
bool IsMethodDef [get]
 
bool IsMemberRef [get]
 
bool IsEvent [get]
 
bool IsProperty [get]
 
bool IsParamDef [get]
 
bool IsTypeSpec [get]
 
bool IsMethodSpec [get]
 
bool IsString [get]
 
bool IsSignature [get]
 
bool IsGenericPar [get]
 

Detailed Description

Definition at line 5 of file MetadataToken.cs.


The documentation for this struct was generated from the following file: