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

◆ GetParameters()

override ParameterInfo[] System.Reflection.Emit.SymbolMethod.GetParameters ( )
inline

Definition at line 83 of file SymbolMethod.cs.

84 {
85 throw new NotSupportedException(SR.NotSupported_SymbolMethod);
86 }

References System.SR.NotSupported_SymbolMethod.