Keys

System.Collections.IEnumerable<K> IDictionary.Keys { get; }

Gets the collection of keys.

Value

IEnumerable<K> – Collection of keys in this collection.

Throws