Sort Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Collections.Generic Nam ...
List(T) Class
List(T) Methods
Sort Method
Sort Method
Sort Method (IComparer(T))
Sort Method (Comparison(T))
Sort Method (Int32, Int32, ICo ...
List(T) Methods
Add Method
AddRange Method
Any Method
AsQueryable Method
AsReadOnly Method
Average Method
BinarySearch Method
Clear Method
Contains Method
Contains Method
ConvertAll(TOutput) Method
CopyTo Method
Count Method
DefaultIfEmpty Method
Distinct Method
Except Method
Exists Method
Find Method
FindAll Method
FindIndex Method
FindLast Method
FindLastIndex Method
First Method
FirstOrDefault Method
ForEach Method
GetEnumerator Method
GetRange Method
ICollection.CopyTo Method
IEnumerable(T).GetEnumerator M ...
IEnumerable.GetEnumerator Meth ...
IList.Add Method
IList.Contains Method
IList.IndexOf Method
IList.Insert Method
IList.Remove Method
IndexOf Method
Insert Method
InsertRange Method
Intersect Method
Last Method
LastIndexOf Method
LastOrDefault Method
LongCount Method
Max Method
Min Method
Remove Method
RemoveAll Method
RemoveAt Method
RemoveRange Method
Reverse Method
SequenceEqual Method
Single Method
SingleOrDefault Method
SkipWhile Method
Sort Method
Sum Method
TakeWhile Method
ToArray Method
TrimExcess Method
TrueForAll Method
Union Method
Where Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
List
<
(Of
<
(
T
>
)
>
)
.
.
::
.
Sort Method
Sorts the elements in the
List
<
(Of
<
(
T
>
)
>
)
or a portion of it.
Overload List
Name
Description
Sort
()
()
()
Sorts the elements in the entire
List
<
(Of
<
(
T
>
)
>
)
using the default comparer.
Sort(IComparer
<
(Of
<
(
T
>
)
>
)
)
Sorts the elements in the entire
List
<
(Of
<
(
T
>
)
>
)
using the specified comparer.
Sort(Comparison
<
(Of
<
(
T
>
)
>
)
)
Sorts the elements in the entire
List
<
(Of
<
(
T
>
)
>
)
using the specified
System
.
.
::
.
Comparison
<
(Of
<
(
T
>
)
>
)
.
Sort(Int32, Int32, IComparer
<
(Of
<
(
T
>
)
>
)
)
Sorts the elements in a range of elements in
List
<
(Of
<
(
T
>
)
>
)
using the specified comparer.
Top
See Also
Reference
List
<
(Of
<
(
T
>
)
>
)
Class
List
<
(Of
<
(
T
>
)
>
)
Members
System.Collections.Generic Namespace
Tags :