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

◆ GetMethodSigHelper() [1/7]

static SignatureHelper System.Reflection.Emit.SignatureHelper.GetMethodSigHelper ( CallingConvention unmanagedCallingConvention,
Type returnType )
inlinestaticpackage

Definition at line 112 of file SignatureHelper.cs.

113 {
114 return GetMethodSigHelper(null, unmanagedCallingConvention, returnType);
115 }
static SignatureHelper GetMethodSigHelper(Module? mod, Type? returnType, Type[]? parameterTypes)

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