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

◆ GetMethodSigHelper() [2/7]

static SignatureHelper System.Reflection.Emit.SignatureHelper.GetMethodSigHelper ( CallingConventions callingConvention,
Type? returnType )
inlinestatic

Definition at line 107 of file SignatureHelper.cs.

108 {
109 return GetMethodSigHelper(null, callingConvention, returnType);
110 }
static SignatureHelper GetMethodSigHelper(Module? mod, Type? returnType, Type[]? parameterTypes)

References System.Reflection.Emit.SignatureHelper.GetMethodSigHelper().