FilterCollectionT Methods |
The FilterCollectionT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Add the specified item to the collection.
|
![]() | AddRange |
Adds the specified items to the collection.
|
![]() | Clear |
Clears the items from the collection.
|
![]() | Contains |
Gets a value indicating that the specified item is contained within this collection.
|
![]() | CopyTo |
Copies the current filtered collection to the specified array.
|
![]() | CreateChange |
Creates a change object before any change is made to the filter collection.
|
![]() | GetEnumerator |
Gets the enumerator for the collection.
|
![]() | IndexOf |
Determines the index of a specific item in the collection.
|
![]() | Insert |
Insert the item at the specified index.
|
![]() | InsertRange |
Inserts the items to the collection at the specified index.
|
![]() | OnCollectionChanged |
Raises the CollectionChanged event.
|
![]() | Rebuild |
Rebuilds the filtered/sorted view of this collection
|
![]() | Refresh |
Refreshes the list by applying the filter and sort to the contained items
|
![]() | Remove |
Remove the specified item from the collection.
|
![]() | RemoveAt |
Removes the item at the specified index.
|