Exemplo n.º 1
0
 public void SetRange(int index, GLOBAL_SYMBOL_VECTOR values)
 {
     KeilMapLibPINVOKE.GLOBAL_SYMBOL_VECTOR_SetRange(swigCPtr, index, GLOBAL_SYMBOL_VECTOR.getCPtr(values));
     if (KeilMapLibPINVOKE.SWIGPendingException.Pending)
     {
         throw KeilMapLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public GLOBAL_SYMBOL_VECTOR(GLOBAL_SYMBOL_VECTOR other) : this(KeilMapLibPINVOKE.new_GLOBAL_SYMBOL_VECTOR__SWIG_1(GLOBAL_SYMBOL_VECTOR.getCPtr(other)), true)
 {
     if (KeilMapLibPINVOKE.SWIGPendingException.Pending)
     {
         throw KeilMapLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }