Click or drag to resize

ReadOnlyDictionaryTKey, TValueItem Property

Gets or sets the element with the specified key.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public TValue this[
	TKey key
] { get; }

Parameters

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

Return Value

Type: TValue
The element with the specified key.
See Also