ListDictionary(TKey, TValue) Methods
The ListDictionary<TKey, TValue> type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | (Inherited from Dictionary<TKey, TValue>.) |
| Clear | (Inherited from Dictionary<TKey, TValue>.) |
| ContainsKey | (Inherited from Dictionary<TKey, TValue>.) |
| ContainsValue | (Inherited from Dictionary<TKey, TValue>.) |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetEnumerator | (Inherited from Dictionary<TKey, TValue>.) |
| GetHashCode | (Inherited from Object.) |
| GetObjectData | (Inherited from Dictionary<TKey, TValue>.) |
| GetType | (Inherited from Object.) |
| MemberwiseClone | (Inherited from Object.) |
| OnDeserialization | (Inherited from Dictionary<TKey, TValue>.) |
| Remove | (Inherited from Dictionary<TKey, TValue>.) |
| ToString | (Inherited from Object.) |
| TryGetValue | (Inherited from Dictionary<TKey, TValue>.) |
| Name | Description | |
|---|---|---|
| ICollection<KeyValuePair<TKey, TValue>>.Add | (Inherited from Dictionary<TKey, TValue>.) |
| IDictionary.Add | (Inherited from Dictionary<TKey, TValue>.) |
| ICollection<KeyValuePair<TKey, TValue>>.Contains | (Inherited from Dictionary<TKey, TValue>.) |
| IDictionary.Contains | (Inherited from Dictionary<TKey, TValue>.) |
| ICollection<KeyValuePair<TKey, TValue>>.CopyTo | (Inherited from Dictionary<TKey, TValue>.) |
| ICollection.CopyTo | (Inherited from Dictionary<TKey, TValue>.) |
| IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator | (Inherited from Dictionary<TKey, TValue>.) |
| IEnumerable.GetEnumerator | (Inherited from Dictionary<TKey, TValue>.) |
| IDictionary.GetEnumerator | (Inherited from Dictionary<TKey, TValue>.) |
| ICollection<KeyValuePair<TKey, TValue>>.Remove | (Inherited from Dictionary<TKey, TValue>.) |
| IDictionary.Remove | (Inherited from Dictionary<TKey, TValue>.) |
Community Additions
ADD
Show: