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

◆ GetTokenFor() [4/8]

int System.Reflection.Emit.DynamicILInfo.GetTokenFor ( RuntimeFieldHandle field,
RuntimeTypeHandle contextType )
inline

Definition at line 125 of file DynamicILInfo.cs.

126 {
127 return DynamicScope.GetTokenFor(field, contextType);
128 }
int GetTokenFor(VarArgMethod varArgMethod)

References System.Reflection.Emit.DynamicScope.GetTokenFor().