Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

99642680 7a94 0227 950c 8a351dfc3edf

haplokuon edited this page May 6, 2023 · 1 revision

Sort Method

netDxf 3.0.0 Library

Overload List

Sort() Sorts the elements in the entire System.Collections.Generic.List<T> using the default comparer.
Sort(Comparison(T)) Sorts the elements in the entire System.Collections.Generic.List<T> using the specified System.Comparison<T>.
Sort(IComparer(T)) Sorts the elements in a range of elements in System.Collections.Generic.List<T> using the specified comparer.
Sort(Int32, Int32, IComparer(T)) Sorts the elements in a range of elements in System.Collections.Generic.List<T> using the specified comparer.

See Also

Reference

ObservableCollection(T) Class
netDxf.Collections Namespace

Clone this wiki locally