[This is preliminary documentation and subject to change.]
Adds the elements of an array to the end of this FilterCollection.
Adds the elements of an array to the end of this FilterCollection.
public virtual void AddRange(Filter[]);
Adds the elements of another FilterCollection to the end of this FilterCollection.
public virtual void AddRange(FilterCollection);
FilterCollection Class | NLog Namespace