Click or drag to resize

ObservableCollectionTSort Method (ComparisonT)

Sorts the elements in the entire System.Collections.Generic.List<T> using the specified System.Comparison<T>.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void Sort(
	Comparison<T> comparision
)

Parameters

comparision
Type: SystemComparisonT
The System.Comparison<T> to use when comparing elements.
See Also