ObserverAwareBindingListTRemoveItem Method |
Removes the item at the specified index.
Namespace:
SD.Tools.Algorithmia.GeneralDataStructures
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntax protected override void RemoveItem(
int index
)
Protected Overrides Sub RemoveItem (
index As Integer
)
Parameters
- index
- Type: SystemInt32
The zero-based index of the item to remove.
Exceptions See Also