Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

ReadOnlyDictionaryBase<(Of <(<'TKey, TValue>)>)> Properties

The ReadOnlyDictionaryBase<(Of <(<'TKey, TValue>)>)> type exposes the following members.

Properties


  Name Description
Public property Item
The indexer of the dictionary. The set accessor throws an NotSupportedException stating the dictionary is read-only.
Public property Keys
Returns a collection of the keys in this dictionary.
Public property Values
Returns a collection of the values in this dictionary. The ordering of values in this collection is the same as that in the Keys collection.