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
- comparer
Type: System.Collections.Generic.IComparer<T>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.