ReadOnlyMultiValueDictionary<(Of <(<'TKey, TValue>)>)> Class

This is a read-only wrapper around a MultiValueDictionary. Implements the [IReadOnlyDictionary{TKey, TValue}]

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

Syntax


public class ReadOnlyMultiValueDictionary<TKey, TValue>
Public Class ReadOnlyMultiValueDictionary(Of TKey, TValue)

Type Parameters

TKey
The type of the key.
TValue
The type of the value.

Inheritance Hierarchy


Object
  Tortuga.Anchor.Collections..::..ReadOnlyMultiValueDictionary<(Of <(<'TKey, TValue>)>)>