예제 #1
0
        public virtual UUIDEnumerator getEnumerator(uint offset, uint chunkSize)
        {
            global::System.IntPtr cPtr = xpcf_collectionPINVOKE.UUIDEnumerable_getEnumerator__SWIG_1(swigCPtr, offset, chunkSize);
            UUIDEnumerator        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new UUIDEnumerator(cPtr, true);

            if (xpcf_collectionPINVOKE.SWIGPendingException.Pending)
            {
                throw xpcf_collectionPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(UUIDEnumerator obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }