ListExtensions Class |
Namespace: Ookii.Jumbo
The ListExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| GetSequenceHashCodeT |
Gets the hash code for the specified sequence of elements.
| |
| OrderByTElement, TKey |
Sorts the elements of a sequence in ascending or descending order according to a key.
| |
| RandomizeT(IListT) |
Randomizes the specified list.
| |
| RandomizeT(IListT, Random) |
Randomizes the specified list.
| |
| SwapT |
Swaps two elements in the specified list.
| |
| ToDelimitedStringT(IEnumerableT) |
Creates a string with the items of a list separated by a comma.
| |
| ToDelimitedStringT(IEnumerableT, String) |
Creates a string with the items of a list separated by the specified delimiter.
|