Share via


DisposableCollection<T>.Sort Method (IComparer<T>)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub Sort ( _
    comparer As IComparer(Of T) _
)
public void Sort(
    IComparer<T> comparer
)
public:
void Sort(
    IComparer<T>^ comparer
)
member Sort : 
        comparer:IComparer<'T> -> unit
public function Sort(
    comparer : IComparer<T>
)

Parameters

.NET Framework Security

See Also

Reference

DisposableCollection<T> Class

Sort Overload

Microsoft.TeamFoundation.Framework.Server Namespace