ReadOnlyMultiValueDictionary<(Of <(<'TKey, TValue>)>)> Constructor
Initializes a new instance of the MultiValueDictionary<(Of <(<'TKey, TValue>)>)> class.
Namespace:
Tortuga.Anchor.CollectionsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public ReadOnlyMultiValueDictionary( MultiValueDictionary<TKey, TValue> dictionary )
Public Sub New ( _ dictionary As MultiValueDictionary(Of TKey, TValue) _ )
Parameters
- dictionary
- Type: Tortuga.Anchor.Collections..::..MultiValueDictionary<(Of <(<'TKey, TValue>)>)>
The dictionary to wrap.