ListDictionary<TKey,TValue> Class

Definition

generic <typename TKey, typename TValue>
public ref class ListDictionary : System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<TKey, System::Collections::Generic::List<TValue> ^>>, System::Collections::Generic::IDictionary<TKey, System::Collections::Generic::List<TValue> ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<TKey, System::Collections::Generic::List<TValue> ^>>
public class ListDictionary<TKey,TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>, System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.List<TValue>>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>
type ListDictionary<'Key, 'Value> = class
    interface IDictionary<'Key, List<'Value>>
    interface ICollection<KeyValuePair<'Key, List<'Value>>>
    interface seq<KeyValuePair<'Key, List<'Value>>>
    interface IEnumerable
Public Class ListDictionary(Of TKey, TValue)
Implements ICollection(Of KeyValuePair(Of TKey, List(Of TValue))), IDictionary(Of TKey, List(Of TValue)), IEnumerable(Of KeyValuePair(Of TKey, List(Of TValue)))

Type Parameters

TKey
TValue
Inheritance
ListDictionary<TKey,TValue>
Implements

Applies to