The methods of the BetterListViewCachedCollection(TItem) class are listed below. For a complete list of BetterListViewCachedCollection(TItem) class members, see the BetterListViewCachedCollection(TItem) Members topic.
![]() | Adds an item to the collection. |
![]() | Add multiple items into this collection. |
![]() | Removes all items from the collection. |
![]() | Determines whether the collection contains a specific value. |
![]() | Copies the elements of the collection to an array, starting at a particular array index. |
![]() | Check whether content of this collection is same as the content of the specified collection. |
![]() | Returns an enumerator that iterates through the collection. |
![]() | Determines the index of the specified item in the list. |
![]() | Inserts an item to the list at the specified index. |
![]() | Removes the first occurrence of the specified item from the collection. |
![]() | Removes the item at the specified index. |
![]() | Remove multiple items from this collection. |
![]() | Set different items as a content of this collection. |
![]() | Recreated cached view by collecting items this collection should represent. |
BetterListViewCachedCollection<TItem> Class | ComponentOwl.BetterListView Namespace