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

◆ GetAttributes() [1/2]

static MethodAttributes System.RuntimeMethodHandle.GetAttributes ( IRuntimeMethodInfo method)
inlinestaticpackage

Definition at line 118 of file RuntimeMethodHandle.cs.

119 {
120 MethodAttributes attributes = GetAttributes(method.Value);
121 GC.KeepAlive(method);
122 return attributes;
123 }
static MethodAttributes GetAttributes(RuntimeMethodHandleInternal method)

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