MultiValueDictionary<(Of <(<'TKey, TValue>)>)> Class
This collection allows muiltuiple values to be associated with eack key.
Implements the [IReadOnlyDictionary{TKey, TValue}]
Namespace:
Tortuga.Anchor.CollectionsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public class MultiValueDictionary<TKey, TValue>
Public Class MultiValueDictionary(Of TKey, TValue)
Type Parameters
- TKey
- The type of the key.
- TValue
- The type of the value.
Inheritance Hierarchy
Tortuga.Anchor.Collections..::..MultiValueDictionary<(Of <(<'TKey, TValue>)>)>