ListDictionary<TKey, TValue> Properties

Include Protected Members
Include Inherited Members

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

Properties

  Name Description
Ff653723.pubproperty(en-us,PandP.10).gif Count
Gets the number of lists in the dictionary.
Ff653723.pubproperty(en-us,PandP.10).gif Item
Gets or sets the list associated with the given key. The access always succeeds, eventually returning an empty list.
Ff653723.pubproperty(en-us,PandP.10).gif Keys
Gets the list of keys in the dictionary.
Ff653723.pubproperty(en-us,PandP.10).gif Values
Gets a shallow copy of all values in all lists.

Explicit Interface Implementations

  Name Description
Ff653723.pubinterface(en-us,PandP.10).gifFf653723.privproperty(en-us,PandP.10).gif ICollection<KeyValuePair<TKey, IList<TValue>>>.IsReadOnly
Ff653723.pubinterface(en-us,PandP.10).gifFf653723.privproperty(en-us,PandP.10).gif IDictionary<TKey, IList<TValue>>.Values

See Also

ListDictionary<TKey, TValue> Class

Microsoft.Practices.Composite Namespace