Ejemplo n.º 1
0
 internal static HandleRef getCPtr(SWIGTYPE_p_BSONContent obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 2
0
 public void add(string arg0, SWIGTYPE_p_BSONContent arg1)
 {
     djonwrapperPINVOKE.BSONObj_add__SWIG_7(swigCPtr, arg0, SWIGTYPE_p_BSONContent.getCPtr(arg1));
     if (djonwrapperPINVOKE.SWIGPendingException.Pending) throw djonwrapperPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 3
0
 public SWIGTYPE_p_BSONContent getXpath(string xpath)
 {
     SWIGTYPE_p_BSONContent ret = new SWIGTYPE_p_BSONContent(djonwrapperPINVOKE.BSONObj_getXpath(swigCPtr, xpath), true);
     if (djonwrapperPINVOKE.SWIGPendingException.Pending) throw djonwrapperPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }