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

◆ Attributes

override MethodAttributes System.Reflection.Emit.SymbolMethod.Attributes
get

Definition at line 31 of file SymbolMethod.cs.

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