Example #1
0
 public void InsertRange(int index, FieldList values)
 {
     GmsecPINVOKE.FieldList_InsertRange(swigCPtr, index, FieldList.getCPtr(values));
     if (GmsecPINVOKE.SWIGPendingException.Pending)
     {
         throw GmsecPINVOKE.SWIGPendingException.Retrieve();
     }
 }