Share via


IReadOnlyStoreObjectDictionary<T>.GetValues Method

Definition

Gets a collection containing the values from this collection.

public System.Collections.Generic.IEnumerable<out T> GetValues ();
abstract member GetValues : unit -> seq<'T (requires 'T : null)>
Public Function GetValues () As IEnumerable(Of Out T)

Returns

A collection containing the values from this collection.

Applies to