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

◆ GetTokenFor() [5/8]

int System.Reflection.Emit.DynamicILInfo.GetTokenFor ( RuntimeMethodHandle method)
inline

Definition at line 105 of file DynamicILInfo.cs.

106 {
107 return DynamicScope.GetTokenFor(method);
108 }
int GetTokenFor(VarArgMethod varArgMethod)

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