ReadOnlyDictionaryBaseTKey, TValueItem Property

CVB.Net Documentation
Gets the element that has the specified key.

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

public virtual TValue this[
	TKey key
] { get; }

Parameters

key
Type: TKey
Key of element to get.

Return Value

Type: TValue
Element that has the specified key.
Exceptions

ExceptionCondition
ArgumentNullExceptionkey is .
KeyNotFoundExceptionkey is not found.
See Also

Reference