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