예제 #1
0
 public void AddRange(CfcFilters values)
 {
     msclPINVOKE.CfcFilters_AddRange(swigCPtr, CfcFilters.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public void SetRange(int index, CfcFilters values)
 {
     msclPINVOKE.CfcFilters_SetRange(swigCPtr, index, CfcFilters.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
 public CfcFilters(CfcFilters other) : this(msclPINVOKE.new_CfcFilters__SWIG_1(CfcFilters.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }