public new static OfferListNym ot_dynamic_cast(Storable pObject)
    {
        IntPtr       cPtr = otapiPINVOKE.OfferListNym_ot_dynamic_cast(Storable.getCPtr(pObject));
        OfferListNym ret  = (cPtr == IntPtr.Zero) ? null : new OfferListNym(cPtr, false);

        return(ret);
    }
 internal static HandleRef getCPtr(OfferListNym obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OfferListNym obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
 internal static HandleRef getCPtr(OfferListNym obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Example #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OfferListNym obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }