- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
P_CodeJam_Threading_ExecSyncConcurrentLazyDictionary_2_Values
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        3 revisions
      
    Gets an enumerable collection that contains the values in the read-only dictionary.
Namespace: CodeJam.Threading
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public IEnumerable<TValue> Values { get; }VB
Public ReadOnly Property Values As IEnumerable(Of TValue)
	GetF#
abstract Values : IEnumerable<'TValue> with get
override Values : IEnumerable<'TValue> with getType: IEnumerable(TValue)
An enumerable collection that contains the values in the read-only dictionary.
IReadOnlyDictionary(TKey, TValue).Values
ExecSyncConcurrentLazyDictionary(TKey, TValue) Class
CodeJam.Threading Namespace