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

◆ GetMethodToken()

int System.Reflection.Emit.ILGenerator.GetMethodToken ( MethodBase method,
Type[] optionalParameterTypes,
bool useMethodDef )
inlineprivate

Definition at line 128 of file ILGenerator.cs.

129 {
130 return ((ModuleBuilder)m_methodBuilder.Module).GetMethodTokenInternal(method, optionalParameterTypes, useMethodDef);
131 }

References System.Reflection.Emit.ILGenerator.m_methodBuilder, and System.Reflection.MemberInfo.Module.

Referenced by System.Reflection.Emit.ILGenerator.Emit(), System.Reflection.Emit.ILGenerator.Emit(), and System.Reflection.Emit.ILGenerator.EmitCall().