Edit

Share via


SortedList<TKey,TValue>.IDictionary<TKey,TValue>.Keys Property

Definition

Gets an ICollection<T> containing the keys of the IDictionary<TKey,TValue>.

System.Collections.Generic.ICollection<TKey> System.Collections.Generic.IDictionary<TKey,TValue>.Keys { get; }

Property Value

ICollection<TKey>

An ICollection<T> containing the keys of the IDictionary<TKey,TValue>.

Implements

Applies to