Gets an ICollection<(Of <(T>)>) containing the keys of the IDictionary<(Of <(TKey, TValue>)>).
Private ReadOnly Property Keys As ICollection(Of TKey) Implements IDictionary(Of TKey, TValue).Keys
Dim instance As Dictionary Dim value As ICollection(Of TKey) value = CType(instance, IDictionary(Of TKey, TValue)).Keys
ICollection<TKey> IDictionary<TKey, TValue>.Keys { get; }
private: virtual property ICollection<TKey>^ Keys { ICollection<TKey>^ get () sealed = IDictionary<TKey, TValue>::Keys::get; }
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript does not support explicit interface implementations.
An ICollection<(Of <(T>)>) of type TKey containing the keys of the IDictionary<(Of <(TKey, TValue>)>).
The order of the keys in the returned ICollection<(Of <(T>)>) is unspecified, but it is guaranteed to be the same order as the corresponding values in the ICollection<(Of <(T>)>) returned by the Values property.
Getting the value of this property is an O(1) operation.
Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360