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