NLog Logging Library

FilterCollection Members

FilterCollection overview

Public Instance Constructors

FilterCollection Overloaded. Initializes a new instance of the FilterCollection class.

Public Instance Properties

Item Gets or sets the Filter at the given index in this FilterCollection.

Public Instance Methods

Add Adds an instance of type Filter to the end of this FilterCollection.
AddRangeOverloaded. Adds the elements of an array to the end of this FilterCollection.
Contains Determines whether a specfic Filter value is in this FilterCollection.
GetEnumerator Returns an enumerator that can iterate through the elements of this FilterCollection.
IndexOf Return the zero-based index of the first occurrence of a specific value in this FilterCollection
Insert Inserts an element into the FilterCollection at the specified index
Remove Removes the first occurrence of a specific Filter from this FilterCollection.

See Also

FilterCollection Class | NLog Namespace