PooledList<T>.

Sort(IComparer<T>) Method

Summary

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

Syntax

public void Sort(IComparer<T> comparer)

Parameters

Name Type Description
comparer IComparer<T>

Return Value

Type Description
void