|
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; }
Public Default Property Item (
key As TKey
) As TValue
Get
Set
Request Example
View SourceParameters
- key
- Type: TKey
The key.
Property Value
Type:
TValueExceptions Exception | Condition |
---|
NotSupportedException | This collection is read-only |
See Also