Beispiel #1
0
 /// <summary>
 ///    Initializes a new instance of the <see cref="FilterList" /> class.
 /// </summary>
 /// <param name="filters">The filters.</param>
 /// <param name="listType">Type of the list.</param>
 public FilterList(IEnumerable <IScannerFilter> filters, FilterListTypes listType = FilterListTypes.All) : base(filters)
 {
     _listType = listType;
 }
Beispiel #2
0
 /// <summary>
 ///    Initializes a new instance of the <see cref="FilterList" /> class.
 /// </summary>
 /// <param name="listType">Type of the list.</param>
 public FilterList(FilterListTypes listType = FilterListTypes.All)
 {
     _listType = listType;
 }