FilterCollection
|
Overloaded. Initializes a new instance of the FilterCollection class. |
Item | Gets or sets the Filter at the given index in this FilterCollection. |
Add | Adds an instance of type Filter to the end of this FilterCollection. |
AddRange | Overloaded. 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. |
FilterCollection Class | NLog Namespace