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

01f5151f 29dc 115c e264 de9ef736d7d4

haplokuon edited this page May 6, 2023 · 1 revision

Sort(IComparer<T>) Method

netDxf 3.0.0 Library

Sorts the elements in a range of elements in System.Collections.Generic.List<T> using the specified comparer.

Definition

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

C#

public void Sort(
	IComparer<T> comparer
)

VB

Public Sub Sort ( 
	comparer As IComparer(Of T)
)

C++

public:
void Sort(
	IComparer<T>^ comparer
)

F#

member Sort : 
        comparer : IComparer<'T> -> unit 

Parameters

  IComparer(T)
The System.Collections.Generic.IComparer<T> implementation to use when comparing elements, or null to use the default comparer System.Collections.Generic.Comparer<T>.Default.

See Also

Reference

ObservableCollection(T) Class
Sort Overload
netDxf.Collections Namespace

Clone this wiki locally