Click or drag to resize
Accord.NET (logo)

ReadOnlyKeyedCollectionTKey, TValueItem Property (TKey)

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
NotSupportedExceptionThis collection is read-only
See Also