IReadOnlyDictionary<K,T>.Values Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an IEnumerable<T> containing the values of the IReadOnlyDictionary<K,T>.
public System.Collections.Generic.IEnumerable<T> Values { get; }
member this.Values : seq<'T>
Public ReadOnly Property Values As IEnumerable(Of T)
Property Value
IEnumerable<T>