Click or drag to resize

AutoWeakIndexerTKey, TValueValues Property

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

Return Value

Type: ICollectionTValue
A ICollectionT containing the values in the AutoWeakIndexerTKey, TValue.
See Also