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

◆ GetMethodBase() [1/4]

static MethodBase System.RuntimeType.GetMethodBase ( IRuntimeMethodInfo methodHandle)
inlinestaticpackage

Definition at line 1679 of file RuntimeType.cs.

1680 {
1681 return GetMethodBase(null, methodHandle);
1682 }
static MethodBase GetMethodBase(RuntimeModule scope, int typeMetadataToken)

References System.RuntimeType.GetMethodBase().