IDictionary<(Of <(<'TKey, TValue>)>)>..::..Keys Property
Gets an ICollection<(Of <(<'T>)>)> containing the keys of the IDictionary<(Of <(<'TKey, TValue>)>)>.
Namespace:
System.Collections.GenericAssembly: Bridge (in Bridge.dll)
Syntax
ICollection<TKey> Keys { get; }
ReadOnly Property Keys As ICollection(Of TKey) Get
property ICollection<TKey>^ Keys { ICollection<TKey>^ get (); }