TDictionary<TKey,TValue>.TKeyCollection.ToArray Method
Creates a new array which is filled with the elements in the collection.
public
function ToArray: TArray<TKey>; override;
Return Value
Type: TArray<TKey>
Creates a new array which is filled with the elements in the collection.
public
function ToArray: TArray<TKey>; override;