Example #1
0
 public Fooector(Fooector other) : this(swiglibPINVOKE.new_Fooector__SWIG_1(Fooector.getCPtr(other)), true)
 {
     if (swiglibPINVOKE.SWIGPendingException.Pending)
     {
         throw swiglibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void SetRange(int index, Fooector values)
 {
     swiglibPINVOKE.Fooector_SetRange(swigCPtr, index, Fooector.getCPtr(values));
     if (swiglibPINVOKE.SWIGPendingException.Pending)
     {
         throw swiglibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 public void AddRange(Fooector values)
 {
     swiglibPINVOKE.Fooector_AddRange(swigCPtr, Fooector.getCPtr(values));
     if (swiglibPINVOKE.SWIGPendingException.Pending)
     {
         throw swiglibPINVOKE.SWIGPendingException.Retrieve();
     }
 }