A collection of the keys in the dictionary.
This property is read-only.
The order of the keys in the key collection is unspecified, but it is the same order as the associated values in the value collection returned by the Dictionary<TKey, TValue>.Values property.
If the dictionary is modified, or the value of any key in the dictionary is modified, the behavior of the key collection is unspecified.