Click or drag to resize

IReadOnlyDictionaryTKey, TValueItem Property

Gets the element that has the specified key in the read-only dictionary.

Namespace:  EBP.Api.Misc
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
TValue this[
	TKey key
] { get; }

Parameters

key
Type: TKey
The key to locate.

Property Value

Type: TValue
The element.

Return Value

Type: TValue
The element that has the specified key in the read-only dictionary.
See Also