ReadOnlyDictionary<TKey, TValue> Members
Include Protected Members
Include Inherited Members
Represents a read-only collection of keys and values.
The ReadOnlyDictionary<TKey, TValue> type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of key/value pairs contained in the ReadOnlyDictionary | |
IsReadOnly | Indicates that this is a read-only dictionary | |
Item | Gets the value associated with the specified key. | |
Keys | Gets a collection containing the keys in the ReadOnlyDictionary | |
Values | Gets a collection containing the values in the ReadOnlyDictionary. |
Top
Methods
Name | Description | |
---|---|---|
ContainsKey | Determines whether this dictionary contains the specified dictionary key. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the current ReadOnlyDictionary instance | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TryGetValue | Gets the value associated with the specified key. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Gets the enumerator. |
Top