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

◆ DefineGlobalMethod() [1/3]

MethodBuilder System.Reflection.Emit.ModuleBuilder.DefineGlobalMethod ( string name,
MethodAttributes attributes,
CallingConventions callingConvention,
Type? returnType,
Type?[] parameterTypes )
inline

Definition at line 736 of file ModuleBuilder.cs.

737 {
738 return DefineGlobalMethod(name, attributes, callingConvention, returnType, null, null, parameterTypes, null, null);
739 }
MethodBuilder DefineGlobalMethod(string name, MethodAttributes attributes, Type? returnType, Type[]? parameterTypes)

References System.Reflection.Emit.ModuleBuilder.DefineGlobalMethod().