Sorts the elements in the entire collection using the specified comparer.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.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.