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