TMultiMapBase<TKey,TValue>.TValueCollection.ToArray Method

Creates a new array which is filled with the elements in the collection.

Namespace: Spring.Collections.MultiMaps
public
 function ToArray: TArray<TValue>; override;

Return Value

Type: TArray<TValue>

 

Overrides

TEnumerableBase<T>.ToArray