Ejemplo n.º 1
0
 public void AddRange(CfcFilters values)
 {
     msclPINVOKE.CfcFilters_AddRange(swigCPtr, CfcFilters.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 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();
     }
 }
Ejemplo n.º 3
0
 public CfcFilters(CfcFilters other) : this(msclPINVOKE.new_CfcFilters__SWIG_1(CfcFilters.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }