Click or drag to resize

AutoWeakIndexerTKey, TValueKeys Property

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public ICollection<TKey> Keys { get; }

Return Value

Type: ICollectionTKey
A ICollectionT containing the keys in the AutoWeakIndexerTKey, TValue.
See Also