Skip to content

P_CodeJam_Threading_ConcurrentLazyDictionary_2_Values

Andrew Koryavchenko edited this page Jul 4, 2017 · 5 revisions

ConcurrentLazyDictionary(TKey, TValue).Values Property

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

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

Syntax

C#

public IEnumerable<TValue> Values { get; }

VB

Public ReadOnly Property Values As IEnumerable(Of TValue)
	Get

F#

abstract Values : IEnumerable<'TValue> with get
override Values : IEnumerable<'TValue> with get

Return Value

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

Implements

IReadOnlyDictionary(TKey, TValue).Values

See Also

Reference

ConcurrentLazyDictionary(TKey, TValue) Class
CodeJam.Threading Namespace

Clone this wiki locally