ListDictionary(TKey, TValue) Properties
The ListDictionary<TKey, TValue> type exposes the following members.
| Name | Description | |
|---|---|---|
| Comparer | (Inherited from Dictionary<TKey, TValue>.) |
| Count | (Inherited from Dictionary<TKey, TValue>.) |
| Item | (Inherited from Dictionary<TKey, TValue>.) |
| Keys | (Inherited from Dictionary<TKey, TValue>.) |
| Values | (Inherited from Dictionary<TKey, TValue>.) |
| Name | Description | |
|---|---|---|
| IDictionary.IsFixedSize | (Inherited from Dictionary<TKey, TValue>.) |
| ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly | (Inherited from Dictionary<TKey, TValue>.) |
| IDictionary.IsReadOnly | (Inherited from Dictionary<TKey, TValue>.) |
| ICollection.IsSynchronized | (Inherited from Dictionary<TKey, TValue>.) |
| IDictionary.Item | (Inherited from Dictionary<TKey, TValue>.) |
| IDictionary<TKey, TValue>.Keys | (Inherited from Dictionary<TKey, TValue>.) |
| IDictionary.Keys | (Inherited from Dictionary<TKey, TValue>.) |
| ICollection.SyncRoot | (Inherited from Dictionary<TKey, TValue>.) |
| IDictionary<TKey, TValue>.Values | (Inherited from Dictionary<TKey, TValue>.) |
| IDictionary.Values | (Inherited from Dictionary<TKey, TValue>.) |
Community Additions
ADD
Show: