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

GetValue() public method

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