public void InsertRange(int index, DataCollectionMethods values)
 {
     msclPINVOKE.DataCollectionMethods_InsertRange(swigCPtr, index, DataCollectionMethods.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void AddRange(DataCollectionMethods values)
 {
     msclPINVOKE.DataCollectionMethods_AddRange(swigCPtr, DataCollectionMethods.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public DataCollectionMethods(DataCollectionMethods other) : this(msclPINVOKE.new_DataCollectionMethods__SWIG_1(DataCollectionMethods.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }