Click or drag to resize

RankedDictionaryTKey, TValueKeyCollection Constructor

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

Parameters

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