Skip to content

P_CodeJam_Collections_LazyDictionary_2_Keys

andrewvk edited this page Jul 1, 2016 · 5 revisions

LazyDictionary(TKey, TValue).Keys Property

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

Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.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

LazyDictionary(TKey, TValue) Class
CodeJam.Collections Namespace

Clone this wiki locally