There was an error while loading. Please reload this page.
Gets the element that has the specified key in the read-only dictionary.
Namespace: CodeJam.ThreadingAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public TValue this[ TKey key ] { get; }
VB
Public ReadOnly Default Property Item ( key As TKey ) As TValue Get
F#
abstract Item : 'TValue with get override Item : 'TValue with get
Type: TValueThe element that has the specified key in the read-only dictionary.
IReadOnlyDictionary(TKey, TValue).Item(TKey)
ExecSyncConcurrentLazyDictionary(TKey, TValue) ClassCodeJam.Threading Namespace