IReadOnlyStoreObjectDictionary<T>.GetValues 方法

定义

获取包含此集合中的值的集合。

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)

返回

包含此集合中的值的集合。

适用于