Click or drag to resize
CollectionTRemoveItem Method

Namespace: System.Collections.ObjectModel
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
protected virtual void RemoveItem(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the element to remove.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than zero.-or-index is equal to or greater than Count.
See Also