コード例 #1
0
 public void SetRange(int index, StateObjDescVector values)
 {
     SharpMochaPINVOKE.StateObjDescVector_SetRange(swigCPtr, index, StateObjDescVector.getCPtr(values));
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public StateObjDescVector(StateObjDescVector other) : this(SharpMochaPINVOKE.new_StateObjDescVector__SWIG_1(StateObjDescVector.getCPtr(other)), true)
 {
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }