Example #1
0
 public void Add(Field value)
 {
     GmsecPINVOKE.FieldList_Add(swigCPtr, Field.getCPtr(value));
     if (GmsecPINVOKE.SWIGPendingException.Pending)
     {
         throw GmsecPINVOKE.SWIGPendingException.Retrieve();
     }
 }