Name | Description | |
---|---|---|
Add | Adds a filter expression to the end of the collection. | |
Clear | Removes all filter expressions from the collection. | |
Contains | Determines whether the specified filter expression is in the collection. | |
CopyTo | Copies the entire collection to a compatible one-dimensional array, starting at the specified index in the destination array. | |
GetEnumerator | Retrieves an enumerator that iterates through the collection. | |
IndexOf | Retrieves the index of the first occurrence of specified filter expression. | |
Insert | Inserts a filter expression into the collection at the specified index. | |
Remove | Removes the specified filter expression from the collection. | |
RemoveAt | Removes the filter expression at the specified index from the collection. |