Beispiel #1
0
 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();
     }
 }
Beispiel #2
0
 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();
     }
 }