MultiValueDictionary<(Of <(<'TKey, TValue>)>)>..::..Values Property

Gets an enumerable collection that contains the values in the read-only dictionary.

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

Syntax


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

Field Value

The values.