Click or drag to resize

RankedDictionaryTKey, TValueRemoveAt Method

Removes an element at the supplied index from the dictionary.

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 element to remove.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionWhen index is less than zero or greater than or equal to Count.
See Also