Share via


FirstClassElementHistoryCollection.Sort Method (Microsoft.PerformancePoint.Scorecards)

Sorts the collection based on a specific comparer.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Sub Sort ( _
    comparer As IComparer _
)
'Usage
Dim instance As FirstClassElementHistoryCollection
Dim comparer As IComparer

instance.Sort(comparer)
public virtual void Sort (
    IComparer comparer
)

Parameters

  • comparer
    The comparator to use for sorting

See Also

Reference

FirstClassElementHistoryCollection Class
FirstClassElementHistoryCollection Members
Microsoft.PerformancePoint.Scorecards Namespace