![]() | List |
The ListExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetSequenceHashCode<T> | Gets the hash code for the specified sequence of elements. |
![]() | OrderBy<TElement, TKey> | Sorts the elements of a sequence in ascending or descending order according to a key. |
![]() | Randomize<T>(IList<T>) | Randomizes the specified list. |
![]() | Randomize<T>(IList<T>, Random) | Randomizes the specified list. |
![]() | Swap<T> | Swaps two elements in the specified list. |
![]() | ToDelimitedString<T>(IEnumerable<T>) | Creates a string with the items of a list separated by a comma. |
![]() | ToDelimitedString<T>(IEnumerable<T>, String) | Creates a string with the items of a list separated by the specified delimiter. |