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

◆ Invoke() [1/3]

override object System.Reflection.Emit.SymbolMethod.Invoke ( object obj,
BindingFlags invokeAttr,
Binder binder,
object[] parameters,
CultureInfo culture )
inline

Definition at line 93 of file SymbolMethod.cs.

94 {
95 throw new NotSupportedException(SR.NotSupported_SymbolMethod);
96 }

References System.SR.NotSupported_SymbolMethod.