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

◆ GetDeclaringType() [1/2]

static RuntimeType System.RuntimeMethodHandle.GetDeclaringType ( IRuntimeMethodInfo method)
inlinestaticpackage

Definition at line 143 of file RuntimeMethodHandle.cs.

144 {
145 RuntimeType declaringType = GetDeclaringType(method.Value);
146 GC.KeepAlive(method);
147 return declaringType;
148 }
static RuntimeType GetDeclaringType(RuntimeMethodHandleInternal method)

References System.Runtime.Serialization.Dictionary, System.RuntimeMethodHandle.GetDeclaringType(), and System.GC.KeepAlive().