Udostępnij za pośrednictwem


StoreObjectDictionary<T>.GetValues Metoda

Definicja

Pobiera kolekcję zawierającą wartości z tej kolekcji.

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

Zwraca

Kolekcja zawierająca wartości z tej kolekcji.

Implementuje

Dotyczy