Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

OrderedDictionary<(Of <(<'TKey, TValue>)>)>..::..View Properties

The OrderedDictionary<(Of <(<'TKey, TValue>)>)>..::..View generic type exposes the following members.

Properties


  Name Description
Public property Count
Number of keys in this view.
Public property Item
Gets or sets the value associated with a given key. When getting a value, if this key is not found in the collection, then an ArgumentException is thrown. When setting a value, the value replaces any existing value in the dictionary. When setting a value, the key must be within the range of keys being viewed.