Microsoft.JScript.JSPropertyField.GetValue C# (CSharp) Method

GetValue() public method

public GetValue ( Object obj ) : Object
obj Object
return Object
      public override Object GetValue(Object obj){
        return this.wrappedProperty.GetValue(this.wrappedObject, new Object[0]);
      }