ABMultiValue<T>.GetValues Method

Definition

Gets all values within the collection.

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

Returns

T[]

A T array containing all Values within the collection.

Applies to