Skip to content

P_CodeJam_Threading_ExecSyncConcurrentLazyDictionary_2_Keys

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

ExecSyncConcurrentLazyDictionary(TKey, TValue).Keys Property

Gets an enumerable collection that contains the keys in the read-only dictionary.

Namespace: CodeJam.Threading
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public IEnumerable<TKey> Keys { get; }

VB

Public ReadOnly Property Keys As IEnumerable(Of TKey)
	Get

F#

abstract Keys : IEnumerable<'TKey> with get
override Keys : IEnumerable<'TKey> with get

Return Value

Type: IEnumerable(TKey)
An enumerable collection that contains the keys in the read-only dictionary.

Implements

IReadOnlyDictionary(TKey, TValue).Keys

See Also

Reference

ExecSyncConcurrentLazyDictionary(TKey, TValue) Class
CodeJam.Threading Namespace

Clone this wiki locally