Click or drag to resize
Accord.NET (logo)

RedBlackTreeDictionaryTKey, TValue Properties

The RedBlackTreeDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements on this dictionary.
Public propertyIsReadOnly
Gets a value indicating whether this instance is read only.
Public propertyItem
Gets or sets the element with the specified key.
Public propertyKeys
Gets an ICollectionT containing the keys of the RedBlackTreeDictionaryTKey, TValue.
Public propertyValues
Gets an ICollectionT containing the values of the RedBlackTreeDictionaryTKey, TValue.
Top
See Also