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

◆ GetName() [1/2]

static string System.RuntimeMethodHandle.GetName ( IRuntimeMethodInfo method)
inlinestaticpackage

Definition at line 166 of file RuntimeMethodHandle.cs.

167 {
168 string name = GetName(method.Value);
169 GC.KeepAlive(method);
170 return name;
171 }
static string GetName(RuntimeMethodHandleInternal method)

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