ABMultiValue<T>.GetValues 方法

定义

获取集合中的所有值。

public T[] GetValues ();
member this.GetValues : unit -> 'T[]

返回

T[]

一个 T 数组,其中包含 Value集合中的所有 。

适用于