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

◆ MethodHandle

override RuntimeMethodHandle System.Reflection.Emit.MethodBuilder.MethodHandle
get

Definition at line 102 of file MethodBuilder.cs.

103 {
104 get
105 {
106 throw new NotSupportedException(SR.NotSupported_DynamicModule);
107 }
108 }