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: 2.0.0
Syntax
public static class ListExtensions

The ListExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetSequenceHashCodeT
Gets the hash code for the specified sequence of elements.
Public methodStatic memberOrderByTElement, TKey
Sorts the elements of a sequence in ascending or descending order according to a key.
Public methodStatic memberRandomizeT(IListT)
Randomizes the specified list.
Public methodStatic memberRandomizeT(IListT, Random)
Randomizes the specified list.
Public methodStatic memberSwapT
Swaps two elements in the specified list.
Public methodStatic memberToDelimitedStringT(IEnumerableT)
Creates a string with the items of a list separated by a comma.
Public methodStatic memberToDelimitedStringT(IEnumerableT, String)
Creates a string with the items of a list separated by the specified delimiter.
Top
See Also