IReadOnlyDictionary<K, T>.Keys Propiedad
Gets the enumeration object containing the keys of the dictionary.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
ReadOnly Property Keys As IEnumerable(Of K)
Get
'Uso
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>
Valor de la propiedad
Tipo: System.Collections.Generic.IEnumerable<K>
The enumeration object containing the keys of the dictionary.