ActiveList<(Of <(<'T>)>)>..::..Sort Method (Int32, Int32, IComparer`1)

Sorts the specified index.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public void Sort(
	int index,
	int count,
	IComparer<T> comparer
)
Public Sub Sort ( _
	index As Integer, _
	count As Integer, _
	comparer As IComparer(Of T) _
)
public:
void Sort(
	int^ index, 
	int^ count, 
	IComparer<T>^ comparer
)

Parameters

index
Type: Int32
The index.
count
Type: Int32
The count.
comparer
Type: IComparer<(Of <(<'T>)>)>
The comparer.