ReadOnlyDictionaryBaseTKey, TValueIDictionaryTKey, TValueItem Property

CVB.Net Documentation
Gets or sets the element with the specified key.

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

TValue IDictionary<TKey, TValue>.this[
	TKey key
] { get; set; }

Parameters

key
Type: TKey
The key of the element to get or set.

Return Value

Type: TValue
The element with the specified key.

Implements

IDictionaryTKey, TValueItemTKey
Exceptions

See Also

Reference