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

d860401c 2e97 4016 308c dfd864a21292

haplokuon edited this page May 6, 2023 · 1 revision

Sort(Comparison<T>) Method

netDxf 3.0.0 Library

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

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public void Sort(
	Comparison<T> comparision
)

VB

Public Sub Sort ( 
	comparision As Comparison(Of T)
)

C++

public:
void Sort(
	Comparison<T>^ comparision
)

F#

member Sort : 
        comparision : Comparison<'T> -> unit 

Parameters

  Comparison(T)
The System.Comparison<T> to use when comparing elements.

See Also

Reference

ObservableCollection(T) Class
Sort Overload
netDxf.Collections Namespace

Clone this wiki locally