Click or drag to resize

PersistentDictionaryTKey, TValueItem Property

Gets the value corresponding to the specified key. Throws KeyNotFoundException if the key does not exist in the dictionary.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TValue this[
	TKey key
] { get; }

Parameters

key
Type: TKey
The key to find in the dictionary.

Return Value

Type: TValue
The value in the dictionary corresponding to the given key.
See Also