Propriété IReadOnlyDictionary<K, T>.Values
Gets the enumeration object containing the values of the dictionary.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
ReadOnly Property Values As IEnumerable(Of T)
Get
'Utilisation
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>
Valeur de propriété
Type : System.Collections.Generic.IEnumerable<T>
The enumeration object containing the values of the dictionary.