Click or drag to resize

ListExtensions Methods

The ListExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetSequenceHashCodeT Gets the hash code for the specified sequence of elements.
Public Extension MethodOrderByTElement, TKey Sorts the elements of a sequence in ascending or descending order according to a key.
Public Extension MethodRandomizeT(IListT) Randomizes the specified list.
Public Extension MethodRandomizeT(IListT, Random) Randomizes the specified list.
Public Extension MethodSwapT Swaps two elements in the specified list.
Public Extension MethodToDelimitedStringT(IEnumerableT) Creates a string with the items of a list separated by a comma.
Public Extension MethodToDelimitedStringT(IEnumerableT, String) Creates a string with the items of a list separated by the specified delimiter.
Top
See Also