Свойство IReadOnlyDictionary<K, T>.Values

Gets the enumeration object containing the values of the dictionary.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
ReadOnly Property Values As IEnumerable(Of T)
    Get
'Применение
Dim instance As IReadOnlyDictionary 
Dim value As IEnumerable(Of T)

value = instance.Values
IEnumerable<T> Values { get; }
property IEnumerable<T>^ Values {
    IEnumerable<T>^ get ();
}
abstract Values : IEnumerable<'T>
function get Values () : IEnumerable<T>

Значение свойства

Тип: System.Collections.Generic.IEnumerable<T>
The enumeration object containing the values of the dictionary.

См. также

Справочник

IReadOnlyDictionary<K, T> Интерфейс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc