Example #1
0
        public static DataCollection Repeat(Data value, int count)
        {
            global::System.IntPtr cPtr = EfficioRuntimePINVOKE.DataCollection_Repeat(Data.getCPtr(value), count);
            DataCollection        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new DataCollection(cPtr, true);

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