IReadOnlyDictionary<K,T>.Keys Property

Definition

Gets an IEnumerable<T> containing the keys of the IReadOnlyDictionary<K,T>.

public System.Collections.Generic.IEnumerable<K> Keys { get; }
member this.Keys : seq<'K>
Public ReadOnly Property Keys As IEnumerable(Of K)

Property Value

Applies to