public virtual PropertyEnumerator getEnumerator(uint offset, uint chunkSize) { global::System.IntPtr cPtr = xpcf_collectionPINVOKE.PropertyEnumerable_getEnumerator__SWIG_1(swigCPtr, offset, chunkSize); PropertyEnumerator ret = (cPtr == global::System.IntPtr.Zero) ? null : new PropertyEnumerator(cPtr, true); if (xpcf_collectionPINVOKE.SWIGPendingException.Pending) { throw xpcf_collectionPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PropertyEnumerator obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }