public void SetRange(int index, UIntVector values) { solar_datastructurePINVOKE.UIntVector_SetRange(swigCPtr, index, UIntVector.getCPtr(values)); if (solar_datastructurePINVOKE.SWIGPendingException.Pending) { throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve(); } }
public UIntVector(UIntVector other) : this(solar_datastructurePINVOKE.new_UIntVector__SWIG_1(UIntVector.getCPtr(other)), true) { if (solar_datastructurePINVOKE.SWIGPendingException.Pending) { throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve(); } }