FastDictionaryTKey, TValue Properties |
The FastDictionaryTKey, TValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of key/value pairs contained in the FastDictionaryTKey, TValue.
| |
| IsReadOnly |
Gets a value indicating whether the IDictionary is read-only.
| |
| Item |
Gets or sets the value associated with the specified key.
| |
| Keys |
Gets an ICollection containing the keys of the IDictionary.
| |
| Values |
Gets an ICollection containing the values of the IDictionary.
|