Click or drag to resize

ListExtensions Class

Provides extension methods for various list types.
Inheritance Hierarchy
SystemObject
  Ookii.JumboListExtensions

Namespace: Ookii.Jumbo
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static class ListExtensions

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