StringKeyedDictionaryTValueItem(StringSegment) Property

Gets the value associated with the specified key.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public TValue this[
	StringSegment key
] { get; }

Parameters

key  StringSegment
The key of the value to get or set.

Return Value

TValue
The element with the specified key.

Implements

IStringKeyedDictionaryTValueItemStringSegment
IStringKeyedReadOnlyDictionaryTValueItemStringSegment

Exceptions

See Also