Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ SetValue() [3/3]

override void System.Reflection.Emit.PropertyBuilder.SetValue ( object? obj,
object? value,
object??[] index )
inlinevirtual

Reimplemented from System.Reflection.PropertyInfo.

Definition at line 150 of file PropertyBuilder.cs.

151 {
152 throw new NotSupportedException(SR.NotSupported_DynamicModule);
153 }

References System.SR.NotSupported_DynamicModule.