Bridge

List<(Of <(<'T>)>)>..::..Sort Method (Func<(Of <(<'T, T, Int32>)>)>)

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


public void Sort(
	Func<T, T, int> comparison
)
Public Sub Sort ( _
	comparison As Func(Of T, T, Integer) _
)
public:
void Sort(
	Func<T, T, int^>^ comparison
)

Parameters

comparison
Type: System..::..Func<(Of <(<'T, T, Int32>)>)>