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

◆ SetValue() [2/3]

override void System.Reflection.Emit.PropertyBuilder.SetValue ( object? obj,
object? value,
BindingFlags invokeAttr,
Binder? binder,
object??[] index,
CultureInfo? culture )
inline

Definition at line 155 of file PropertyBuilder.cs.

156 {
157 throw new NotSupportedException(SR.NotSupported_DynamicModule);
158 }

References System.SR.NotSupported_DynamicModule.