ReadOnlyDictionaryTKey, TValue Class |
Namespace: Apptus.Util.Collection
public class ReadOnlyDictionary<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
The ReadOnlyDictionaryTKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
ReadOnlyDictionaryTKey, TValue |
Creates a new read only dictionary.
|
Name | Description | |
---|---|---|
Add(KeyValuePairTKey, TValue) | ||
Add(TKey, TValue) | ||
Clear | ||
Contains | ||
ContainsKey | ||
CopyTo | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove(KeyValuePairTKey, TValue) | ||
Remove(TKey) | ||
ToString | (Inherited from Object.) | |
TryGetValue |