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

◆ GetMethodSigHelper() [6/7]

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

Definition at line 29 of file SignatureHelper.cs.

30 {
31 return GetMethodSigHelper(mod, callingConvention, returnType, null, null, null, null, null);
32 }
static SignatureHelper GetMethodSigHelper(Module? mod, Type? returnType, Type[]? parameterTypes)

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