| ListExtensionMethods Class |
Namespace: Slash.Collections.Extensions
The ListExtensionMethods type exposes the following members.
| Name | Description | |
|---|---|---|
| Move |
Moves an item inside the list from an old to a new index.
| |
| Shuffle |
Shuffle a list randomly.
| |
| ToRandomOrderT(IListT) |
Enumerates the elements of the specified list in random order.
| |
| ToRandomOrderT(IListT, Random) |
Enumerates the elements of the specified list in random order.
|