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