Click or drag to resize

RankedSetTRemoveAt Method

Removes the item at the supplied index from the set.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
public void RemoveAt(
	int index
)

Parameters

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