Beispiel #1
0
 public void SetRange(int index, IntVector values)
 {
     solar_datastructurePINVOKE.IntVector_SetRange(swigCPtr, index, IntVector.getCPtr(values));
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public IntVector(IntVector other) : this(solar_datastructurePINVOKE.new_IntVector__SWIG_1(IntVector.getCPtr(other)), true)
 {
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }