TDictionary<TKey,TValue>.TKeyCollection.ToArray Method

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

Namespace: Spring.Collections.Dictionaries
public
 function ToArray: TArray<TKey>; override;

Return Value

Type: TArray<TKey>

 

Overrides

TEnumerableBase<T>.ToArray