Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)>..::..Values Property

Gets an [ICollection{T}] containing the values in the [IDictionary{TKey,TValue}].

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public ICollection<TValue> Values { get; }
Public ReadOnly Property Values As ICollection(Of TValue)
	Get

Return Value

An [ICollection{T}] containing the values in the object that implements [IDictionary{TKey,TValue}].