Exemplo n.º 1
0
 public void SetRange(int index, CommonEltVector values)
 {
     commonWRAPPINVOKE.CommonEltVector_SetRange(swigCPtr, index, CommonEltVector.getCPtr(values));
     if (commonWRAPPINVOKE.SWIGPendingException.Pending)
     {
         throw commonWRAPPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public CommonEltVector(CommonEltVector other) : this(commonWRAPPINVOKE.new_CommonEltVector__SWIG_1(CommonEltVector.getCPtr(other)), true)
 {
     if (commonWRAPPINVOKE.SWIGPendingException.Pending)
     {
         throw commonWRAPPINVOKE.SWIGPendingException.Retrieve();
     }
 }