Share via


TransactionLog.Sort Method

Include Protected Members
Include Inherited Members

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public method

Sort()

Sorts the elements in the entire List<T> using the default comparer. (Inherited from List<GenericEventArgs>.)

Public method

Sort(IComparer<T>)

Sorts the elements in the entire List<T> using the specified comparer. (Inherited from List<GenericEventArgs>.)

Public method

Sort(Comparison<T>)

Sorts the elements in the entire List<T> using the specified System.Comparison<T>. (Inherited from List<GenericEventArgs>.)

Public method

Sort(Int32, Int32, IComparer<T>)

Sorts the elements in a range of elements in List<T> using the specified comparer. (Inherited from List<GenericEventArgs>.)

Top

See Also

Reference

TransactionLog Class

TransactionLog Members

Microsoft.VisualStudio.Modeling Namespace