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

◆ GetTokenFor() [2/8]

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

Definition at line 110 of file DynamicILInfo.cs.

111 {
112 return DynamicScope.GetTokenFor(method);
113 }
int GetTokenFor(VarArgMethod varArgMethod)

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