btb-class

BetterListViewCachedCollection(TItem) Methods

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.

Public Instance Methods

Add Adds an item to the collection.
AddRange Add multiple items into this collection.
Clear Removes all items from the collection.
Contains Determines whether the collection contains a specific value.
CopyTo Copies the elements of the collection to an array, starting at a particular array index.
EqualsContent Check whether content of this collection is same as the content of the specified collection.
GetEnumerator Returns an enumerator that iterates through the collection.
IndexOf Determines the index of the specified item in the list.
Insert Inserts an item to the list at the specified index.
Remove Removes the first occurrence of the specified item from the collection.
RemoveAt Removes the item at the specified index.
RemoveRange Remove multiple items from this collection.
Set Set different items as a content of this collection.

Protected Instance Methods

CollectCachedItems Recreated cached view by collecting items this collection should represent.

See Also

BetterListViewCachedCollection<TItem> Class | ComponentOwl.BetterThumbnailBrowser Namespace