IReadOnlyDictionary<K, T>.Values Property
Gets the enumeration object containing the values 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 Values As IEnumerable(Of T)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IEnumerable<T>
The enumeration object containing the values of the dictionary.