Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sorts the collection with the specified comparer.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Sub Sort ( _
comparer As IComparer _
)
'Usage
Dim instance As ISortableCollection
Dim comparer As IComparer
instance.Sort(comparer)
void Sort(
IComparer comparer
)
Parameters
comparer
Type: System.Collections.IComparerThe comparer to use to sort the collection.