public static System.Reflection.Emit.SignatureHelper GetPropertySigHelper(System.Reflection.Module?mod, System.Type?returnType, System.Type[]?requiredReturnTypeCustomModifiers, System.Type[]?optionalReturnTypeCustomModifiers, System.Type[]?parameterTypes, System.Type[][]?requiredParameterTypeCustomModifiers, System.Type[][]?optionalParameterTypeCustomModifiers) { throw null; }
public static System.Reflection.Emit.SignatureHelper GetMethodSigHelper(System.Reflection.Module?mod, System.Reflection.CallingConventions callingConvention, System.Type?returnType) { throw null; }
public static System.Reflection.Emit.SignatureHelper GetPropertySigHelper(System.Reflection.Module?mod, System.Type?returnType, System.Type[]?parameterTypes) { throw null; }
public static System.Reflection.Emit.SignatureHelper GetLocalVarSigHelper(System.Reflection.Module?mod) { throw null; }