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

◆ GetValueDirect()

virtual ? object System.Reflection.FieldInfo.GetValueDirect ( TypedReference obj)
inlinevirtualinherited

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

Definition at line 122 of file FieldInfo.cs.

123 {
124 throw new NotSupportedException(SR.NotSupported_AbstractNonCLS);
125 }

References System.SR.NotSupported_AbstractNonCLS.