Sorts a collection by a given comparer.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void Sort( IComparer comparer ) |
| Visual Basic (Declaration) |
|---|
Public Sub Sort ( _ comparer As IComparer _ ) |
| Visual C++ |
|---|
public: void Sort( IComparer^ comparer ) |
Parameters
- comparer
- Type: System.Collections..::.IComparer