ElementCollectionBase<ElementCollectionType, ElementType>.Sort method (IComparer)
Sorts the collection with the specified 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 ElementCollectionBase
Dim comparer As IComparer
instance.Sort(comparer)
public void Sort(
IComparer comparer
)
Parameters
comparer
Type: System.Collections.IComparerThe comparer to sort with.
See also
Reference
ElementCollectionBase<ElementCollectionType, ElementType> class
ElementCollectionBase<ElementCollectionType, ElementType> members