Bridge

List<(Of <(<'T>)>)>..::..Sort Method (IComparer<(Of <(<'T>)>)>)

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

Syntax


[TemplateAttribute]
public void Sort(
	IComparer<T> comparer
)
<TemplateAttribute> _
Public Sub Sort ( _
	comparer As IComparer(Of T) _
)
[TemplateAttribute]
public:
void Sort(
	IComparer<T>^ comparer
)

Parameters

comparer
Type: System.Collections.Generic..::..IComparer<(Of <(<'T>)>)>