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 _ ) |
C# |
---|
public void Sort( IComparer comparer ) |
Parameters
- comparer
- Type: System.Collections..::..IComparer
The IComparer implementation to use when comparing elements, or a null reference to sort alphabetically.