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

◆ Invoke() [1/2]

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

Definition at line 437 of file MethodBuilder.cs.

438 {
439 throw new NotSupportedException(SR.NotSupported_DynamicModule);
440 }

References System.SR.NotSupported_DynamicModule.