Click or drag to resize

FastDictionaryTKey, TValueKeys Property

Gets an ICollection containing the keys of the IDictionary.

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public ICollection<TKey> Keys { get; }

Property Value

Type: ICollectionTKey

[Missing <value> documentation for "P:Cauldron.Collections.FastDictionary`2.Keys"]

Implements

IDictionaryTKey, TValueKeys
See Also