Share via


IReadOnlyDictionary<K, T>.Keys Property

Gets the enumeration object containing the keys of the dictionary.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
ReadOnly Property Keys As IEnumerable(Of K)
    Get
'Usage
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>

Property Value

Type: System.Collections.Generic.IEnumerable<K>
The enumeration object containing the keys of the dictionary.

See Also

Reference

IReadOnlyDictionary<K, T> Interface

Microsoft.SqlServer.Management.Sdk.Sfc Namespace