IDictionary<TKey, TValue>.Keys IDictionary<TKey, TValue>.Keys IDictionary<TKey, TValue>.Keys IDictionary<TKey, TValue>.Keys Property
Definition
Gets an System.Collections.Generic.ICollection`1 containing the keys of the System.Collections.Generic.IDictionary`2.
// This member is not implemented in C++/CX
ICollection<TKey> Keys { get; }
ReadOnly Property Keys As ICollection(Of TKey)
ICollection<TKey> Keys { get; }
Property Value
An System.Collections.Generic.ICollection`1 containing the keys of the object that implements System.Collections.Generic.IDictionary`2.
See also
- System.Collections.Generic.ICollection`1
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...