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