FilterCollection
Contents
[
Hide
]FilterCollection class
Contains a list of Filter objects. Implements ICollection< Filter > interface.
Methods
| Name | Description |
|---|---|
| Add | Adds the specified item to this collection. |
| Clear | Removes all items from this collection. |
| Contains | Returns true if the specified item is found in this collection; otherwise, false. |
| CopyTo | Copies the elements of this collection to the specified array, starting at the specified array index. |
| get_Count | Gets the number of elements contained in this collection. |
| get_IsReadOnly | Gets a value indicating whether this collection is read-only; otherwise, false. |
| GetEnumerator | Returns an enumerator for this collection. |
| Remove | Removes the first occurrence of a specific object from this collection. |
| ToList | Converts a filter collection to a list of Filter objects. |