Click or drag to resize

FilterCollectionT Methods

The FilterCollectionT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add the specified item to the collection.
Public methodAddRange
Adds the specified items to the collection.
Public methodClear
Clears the items from the collection.
Public methodContains
Gets a value indicating that the specified item is contained within this collection.
Public methodCopyTo
Copies the current filtered collection to the specified array.
Protected methodCreateChange
Creates a change object before any change is made to the filter collection.
Public methodGetEnumerator
Gets the enumerator for the collection.
Public methodIndexOf
Determines the index of a specific item in the collection.
Public methodInsert
Insert the item at the specified index.
Public methodInsertRange
Inserts the items to the collection at the specified index.
Protected methodOnCollectionChanged
Raises the CollectionChanged event.
Protected methodRebuild
Rebuilds the filtered/sorted view of this collection
Public methodRefresh
Refreshes the list by applying the filter and sort to the contained items
Public methodRemove
Remove the specified item from the collection.
Public methodRemoveAt
Removes the item at the specified index.
Top
See Also