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

◆ GetMethodImplementationFlags()

override MethodImplAttributes System.Reflection.RuntimeMethodInfo.GetMethodImplementationFlags ( )
inline

Definition at line 379 of file RuntimeMethodInfo.cs.

380 {
381 return RuntimeMethodHandle.GetImplAttributes(this);
382 }

References System.RuntimeMethodHandle.GetImplAttributes().