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

◆ MethodHandle

override RuntimeMethodHandle System.Reflection.Emit.DynamicMethod.RTDynamicMethod.MethodHandle
get

Definition at line 31 of file DynamicMethod.cs.

32 {
33 get
34 {
35 throw new InvalidOperationException(SR.InvalidOperation_NotAllowedInDynamicMethod);
36 }
37 }