ReadOnlyMultiValueDictionary<(Of <(<'TKey, TValue>)>)> Class
This is a read-only wrapper around a MultiValueDictionary.
Implements the [IReadOnlyDictionary{TKey, TValue}]
Namespace:
Tortuga.Anchor.CollectionsAssembly: 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
Tortuga.Anchor.Collections..::..ReadOnlyMultiValueDictionary<(Of <(<'TKey, TValue>)>)>