IReadOnlyDictionary<K, T>.Keys 属性
Gets the enumeration object containing the keys of the dictionary.
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
ReadOnly Property Keys As IEnumerable(Of K)
Get
用法
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>
属性值
类型:System.Collections.Generic.IEnumerable<K>
The enumeration object containing the keys of the dictionary.