ListDictionary<TKey, TValue> Properties

Include Protected Members
Include Inherited Members

The ListDictionary<TKey, TValue> type exposes the following members.

Properties

  Name Description
Public property Count
Gets the number of lists in the dictionary.
Public property Item
Gets or sets the list associated with the given key. The access always succeeds, eventually returning an empty list.
Public property Keys
Gets the list of keys in the dictionary.
Public property Values
Gets a shallow copy of all values in all lists.

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property ICollection<KeyValuePair<TKey, IList<TValue>>>.IsReadOnly
Explicit interface implemetationPrivate property IDictionary<TKey, IList<TValue>>.Values

See Also

ListDictionary<TKey, TValue> Class

Microsoft.Practices.Prism Namespace