Proprietà IReadOnlyDictionary<K, T>.Keys
Gets the enumeration object containing the keys of the dictionary.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
ReadOnly Property Keys As IEnumerable(Of K)
Get
'Utilizzo
Dim instance As IReadOnlyDictionary
Dim value As IEnumerable(Of K)
value = instance.Keys
IEnumerable<K> Keys { get; }
property IEnumerable<K>^ Keys {
IEnumerable<K>^ get ();
}
abstract Keys : IEnumerable<'K>
function get Keys () : IEnumerable<K>
Valore proprietà
Tipo: System.Collections.Generic.IEnumerable<K>
The enumeration object containing the keys of the dictionary.