コード例 #1
0
 public void SetRange(int index, MipChannelIdentifiers values)
 {
     msclPINVOKE.MipChannelIdentifiers_SetRange(swigCPtr, index, MipChannelIdentifiers.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public MipChannelIdentifiers(MipChannelIdentifiers other) : this(msclPINVOKE.new_MipChannelIdentifiers__SWIG_1(MipChannelIdentifiers.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }