Click or drag to resize
Accord.NET (logo)

TwoWayDictionaryTFirst, TSecondItem Property

Gets or sets the element with the specified key.

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

Parameters

key
Type: TFirst
The left key.

Property Value

Type: TSecond
See Also