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