Method RemoveItem
- Namespace
- Alternet.Base.Collections
- Assembly
- Alternet.UI.Common.dll
RemoveItem(int)
Removes the item at the specified index of the collection.
protected override void RemoveItem(int index)
Parameters
index
intThe zero-based index of the element to remove.