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

Gets the ReadOnlyCollection with the specified key.

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

Syntax


public ReadOnlyCollection<TValue> this[
	TKey key
] { get; }
Public ReadOnly Default Property Item ( _
	key As TKey _
) As ReadOnlyCollection(Of TValue)
	Get

Parameters

key
Type: TKey
The key.

Return Value

ReadOnlyCollection<TValue>.