Example #1
0
        public static DeviceParamList Repeat(DeviceParam value, int count)
        {
            global::System.IntPtr cPtr = GmsecPINVOKE.DeviceParamList_Repeat(DeviceParam.getCPtr(value), count);
            DeviceParamList       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new DeviceParamList(cPtr, true);

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