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

◆ SetValueDirect()

virtual void System.Reflection.FieldInfo.SetValueDirect ( TypedReference obj,
object value )
inlinevirtualinherited

Reimplemented in System.Reflection.Emit.FieldOnTypeBuilderInstantiation, System.Reflection.MdFieldInfo, and System.Reflection.RtFieldInfo.

Definition at line 116 of file FieldInfo.cs.

117 {
118 throw new NotSupportedException(SR.NotSupported_AbstractNonCLS);
119 }

References System.SR.NotSupported_AbstractNonCLS.