PooledList<T>.

ToArray() Method

Summary

ToArray returns an array containing the contents of the List. This requires copying the List, which is an O(n) operation.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledList<T>

Syntax

public T[] ToArray()

Return Value

Type Description
T[]