Skip to content

P_CodeJam_Threading_ConcurrentLazyDictionary_2_Keys

andrewvk edited this page Apr 1, 2016 · 5 revisions

ConcurrentLazyDictionary(TKey, TValue).Keys Property

[This is preliminary documentation and is subject to change.]

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

Namespace: CodeJam.Threading
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.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

ConcurrentLazyDictionary(TKey, TValue) Class
CodeJam.Threading Namespace

Clone this wiki locally