Version

FilteredCollection<T> Class Methods

For a list of all members of this type, see FilteredCollection<T> members.

Public Methods
 NameDescription
Public MethodApplyFilterFilters the items with the specified predicate, or null to remove the filter.  
Public MethodContainsReturns whether the filtered collection contains the specified item.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the filtered collection.  
Public MethodIndexOfReturns the index of the item in the filtered collection.  
See Also