Click or drag to resize

ObservableCollectionTSort Method (ComparisonT)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sorts the elements in the entire System.Collections.Generic.List<T> using the specified System.Comparison<T>.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void Sort(
	Comparison<T> comparision
)
Request Example View Source

Parameters

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