System.Reflection.MdFieldInfo.GetValue C# (CSharp) Method

GetValue() private method

private GetValue ( Object obj ) : Object
obj Object
return Object
        public unsafe override Object GetValue(Object obj)
        {
            return GetValue(false);
        }

Same methods

MdFieldInfo::GetValue ( bool raw ) : Object