Click or drag to resize

RankedMapTKey, TValueKeyCollection Constructor

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
public KeyCollection(
	RankedMap<TKey, TValue> map
)

Parameters

map
Type: Kaos.CollectionsRankedMapTKey, TValue
Map containing these keys.
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen map is null.
Remarks
This is a O(1) operation.
See Also