System.Reflection.Emit.FieldBuilder.GetValue C# (CSharp) Method

GetValue() public method

public GetValue ( object obj ) : object
obj object
return object
        public override object GetValue(object obj) { throw null; }
        public void SetConstant(object defaultValue) { }