Exemple #1
0
        public static AssetCollection Repeat(Asset value, int count)
        {
            global::System.IntPtr cPtr = EfficioRuntimePINVOKE.AssetCollection_Repeat(Asset.getCPtr(value), count);
            AssetCollection       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new AssetCollection(cPtr, true);

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