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

GetWrappedObject() public method

public GetWrappedObject ( ) : Object
return Object
      public Object GetWrappedObject(){
        return this.wrappedObject;
      }