DictionaryLookupTKey, TValueItem Property

Definition

Namespace: Jodosoft.Collections
Assembly: Jodosoft.Collections (in Jodosoft.Collections.dll) Version: 2.0
public TValue this[
	TKey key
] { get; }

Parameters

key  TKey
 

Property Value

TValue

Implements

IReadOnlyLookupTKey, TValueItemTKey

See Also