Sorts the elements in the entire collection using the specified comparer.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Sub Sort ( _
	comparer As IComparer(Of ZipItem) _
)
C#
public void Sort(
	IComparer<ZipItem> comparer
)

Parameters

comparer
Type: System.Collections.Generic..::..IComparer<(Of <(<'ZipItem>)>)>
The System.Collections.Generic.IComparer<T> implementation to use when comparing elements, or a null reference (Nothing in Visual Basic) to use the default comparer.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also