Пример #1
0
 public void SetRange(int index, DataTableCollection values)
 {
     CommonPINVOKE.DataTableCollection_SetRange(swigCPtr, index, DataTableCollection.getCPtr(values));
     if (CommonPINVOKE.SWIGPendingException.Pending)
     {
         throw CommonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public DataTableCollection(DataTableCollection other) : this(CommonPINVOKE.new_DataTableCollection__SWIG_1(DataTableCollection.getCPtr(other)), true)
 {
     if (CommonPINVOKE.SWIGPendingException.Pending)
     {
         throw CommonPINVOKE.SWIGPendingException.Retrieve();
     }
 }