| ObserverAwareBindingListTRemoveItem Method  | 
            Removes the item at the specified index.
            
 
Namespace: SD.Tools.Algorithmia.GeneralDataStructuresAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntaxprotected 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