PooledList<T>.

Sort() Method

Summary

Sorts the elements in this list. Uses the default comparer and Array.Sort.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledList<T>

Syntax

public void Sort()

Return Value

Type Description
void