Share via


ISortableCollection.Sort Method (Microsoft.PerformancePoint.Scorecards)

Sort the object using the supplied 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
    The comparer object used to sort the collection.

See Also

Reference

ISortableCollection Interface
ISortableCollection Members
Microsoft.PerformancePoint.Scorecards Namespace