AdvisableDictionary<TKey, TValue> Properties |
The AdvisableDictionary<TKey, TValue> generic type exposes the following members.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollection. | |
IsReadOnly | Gets a value indicating whether the IDictionary object is read-only. | |
Item | Gets or sets the element with the specified key. | |
Keys |
Gets a collection containing the keys in the AdvisableDictionary<TKey, TValue>.
| |
Values |
Gets a collection containing the values in the AdvisableDictionary<TKey, TValue>.
|