Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)))