Пример #1
0
 public void SetRange(int index, ComponentVector values)
 {
     SharpMochaPINVOKE.ComponentVector_SetRange(swigCPtr, index, ComponentVector.getCPtr(values));
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public ComponentVector(ComponentVector other) : this(SharpMochaPINVOKE.new_ComponentVector__SWIG_1(ComponentVector.getCPtr(other)), true)
 {
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }