Name | Description | |
---|---|---|
Count | Gets the number of key/value pairs contained in the dictionary. | |
IsReadOnly | Gets a value indicating whether the dictionary is read-only. | |
Item | Gets the value associated with the specified key. | |
Keys | Gets a collection containing the keys in the dictionary. | |
Values | Gets a collection containing the values in the dictionary. |