Click or drag to resize
Accord.NET (logo)

OrderedDictionaryTKey, TValueItem Property

Gets or sets the 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
See Also