共用方式為


StoreObjectDictionary<T>.GetValues 方法

定義

取得集合,其中包含這個集合中的值。

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)

傳回

集合,包含這個集合中的值。

實作

適用於