Exemplo n.º 1
0
        private Data getitem(int index)
        {
            global::System.IntPtr cPtr = EfficioRuntimePINVOKE.DataCollection_getitem(swigCPtr, index);
            Data ret = (cPtr == global::System.IntPtr.Zero) ? null : new Data(cPtr, true);

            if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
            {
                throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }