btb-class

BetterListViewElementCollection(TElement).RemoveAt Method

Removes the IList`1 item at the specified index.

public virtual void BetterListViewElementCollection(
   int index
);

Parameters

index
The zero-based index of the item to remove.

Implements

IList<TElement>.RemoveAt

Exceptions

Exception Type Condition
ArgumentOutOfRangeException index is not a valid index in the IList`1.
NotSupportedException The IList`1 is read-only.

See Also

BetterListViewElementCollection<TElement> Class | ComponentOwl.BetterThumbnailBrowser Namespace