Ejemplo n.º 1
0
 public void SetRange(int index, InputRanges values)
 {
     msclPINVOKE.InputRanges_SetRange(swigCPtr, index, InputRanges.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public InputRanges(InputRanges other) : this(msclPINVOKE.new_InputRanges__SWIG_1(InputRanges.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }