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

◆ GetRawConstantValue()

virtual ? object System.Reflection.FieldInfo.GetRawConstantValue ( )
inlinevirtualinherited

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

Definition at line 127 of file FieldInfo.cs.

128 {
129 throw new NotSupportedException(SR.NotSupported_AbstractNonCLS);
130 }

References System.SR.NotSupported_AbstractNonCLS.

Referenced by System.Type.GetEnumData().