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

◆ MethodHandle

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

Definition at line 22 of file MethodBuilderInstantiation.cs.

23 {
24 get
25 {
26 throw new NotSupportedException(SR.NotSupported_DynamicModule);
27 }
28 }