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

GetValue() public method

public GetValue ( Object obj ) : Object
obj Object
return Object
      public override Object GetValue(Object obj){
        return this.wrappedField.GetValue(this.wrappedObject);
      }