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

◆ MethodHandle

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

Definition at line 41 of file SymbolMethod.cs.

42 {
43 get
44 {
45 throw new NotSupportedException(SR.NotSupported_SymbolMethod);
46 }
47 }