Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
List(T) Class
List(T) Methods
Sort Method

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
List<(Of <(T>)>)..::.Sort Method

Sorts the elements in the List<(Of <(T>)>) or a portion of it.

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSort()()()Sorts the elements in the entire List<(Of <(T>)>) using the default comparer.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSort(IComparer<(Of <(T>)>))Sorts the elements in the entire List<(Of <(T>)>) using the specified comparer.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSort(Comparison<(Of <(T>)>))Sorts the elements in the entire List<(Of <(T>)>) using the specified System..::.Comparison<(Of <(T>)>).
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSort(Int32, Int32, IComparer<(Of <(T>)>))Sorts the elements in a range of elements in List<(Of <(T>)>) using the specified comparer.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker