ElementCollection.Sort Method (IComparer) (Microsoft.PerformancePoint.Scorecards)
Sorts the collection with a specific comparer.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Sub Sort ( _
comparer As IComparer _
)
'Usage
Dim instance As ElementCollection(Of ElementCollectionType, ElementType)
Dim comparer As IComparer
instance.Sort(comparer)
public void Sort (
IComparer comparer
)
Parameters
- comparer
The comparer to sort with.
See Also
Reference
ElementCollection Generic Class
ElementCollection Members
Microsoft.PerformancePoint.Scorecards Namespace