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

◆ GetMemberRefSignature() [1/3]

SignatureHelper System.Reflection.Emit.ILGenerator.GetMemberRefSignature ( CallingConventions call,
Type returnType,
Type[] parameterTypes,
Type[] optionalParameterTypes )
inlinepackage

Definition at line 133 of file ILGenerator.cs.

134 {
135 return GetMemberRefSignature(call, returnType, parameterTypes, null, null, optionalParameterTypes);
136 }
SignatureHelper GetMemberRefSignature(CallingConventions call, Type returnType, Type[] parameterTypes, Type[] optionalParameterTypes)

References System.Reflection.Emit.ILGenerator.GetMemberRefSignature().

Referenced by System.Reflection.Emit.ILGenerator.EmitCalli(), System.Reflection.Emit.ILGenerator.GetMemberRefSignature(), and System.Reflection.Emit.ILGenerator.GetMemberRefSignature().