Click or drag to resize

ListExtensions Class

Provides extension methods for various list types.
Inheritance Hierarchy
System.Object
  Ookii.Jumbo.ListExtensions

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 MethodGetSequenceHashCode<T> Gets the hash code for the specified sequence of elements.
Public Extension MethodOrderBy<TElement, TKey> Sorts the elements of a sequence in ascending or descending order according to a key.
Public Extension MethodRandomize<T>(IList<T>) Randomizes the specified list.
Public Extension MethodRandomize<T>(IList<T>, Random) Randomizes the specified list.
Public Extension MethodSwap<T> Swaps two elements in the specified list.
Public Extension MethodToDelimitedString<T>(IEnumerable<T>) Creates a string with the items of a list separated by a comma.
Public Extension MethodToDelimitedString<T>(IEnumerable<T>, String) Creates a string with the items of a list separated by the specified delimiter.
Top
See Also