|
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; }
Public Default Property Item (
key As TFirst
) As TSecond
Get
Set
Request Example
View SourceParameters
- key
- Type: TFirst
The left key.
Property Value
Type:
TSecondSee Also