Click or drag to resize
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.3.0.0 (1.3.17.0314)
Syntax
protected override void RemoveItem(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the item to remove.
Exceptions
ExceptionCondition
NotSupportedException You are removing a newly added item and AllowRemove is set to false.
See Also