ObservableCollectionExtended<(Of <(<'T>)>)>..::..RemoveItem Method
Removes the element at the specified index of the [Collection{T}].
Namespace:
Tortuga.Anchor.CollectionsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Exceptions
Exception | Condition |
---|---|
[ArgumentOutOfRangeException] | index is less than zero -or-index is equal to or greater than [Collection{T}.Count]. |