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

◆ GetArrayMethodToken() [2/2]

int System.Reflection.Emit.ModuleBuilder.GetArrayMethodToken ( Type arrayClass,
string methodName,
CallingConventions callingConvention,
Type returnType,
Type[] parameterTypes )
inlinepackage

Definition at line 1008 of file ModuleBuilder.cs.

1009 {
1010 lock (SyncRoot)
1011 {
1013 }
1014 }
int GetArrayMethodTokenNoLock(Type arrayClass, string methodName, CallingConventions callingConvention, Type returnType, Type[] parameterTypes)

References System.Reflection.Emit.ModuleBuilder.GetArrayMethodTokenNoLock(), and System.Reflection.Emit.ModuleBuilder.SyncRoot.