NLog Logging Library

FilterCollection.AddRange Method

[This is preliminary documentation and subject to change.]

Adds the elements of an array to the end of this FilterCollection.

Overload List

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);

See Also

FilterCollection Class | NLog Namespace