Click or drag to resize
Accord.NET (logo)

RedBlackTreeDictionaryTKey, TValueItem Property

Gets or sets the element with the specified key.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public TValue this[
	TKey key
] { get; set; }
Request Example View Source

Parameters

key
Type: TKey
The key.

Property Value

Type: TValue
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe requested key was not found in the present tree.
See Also