4.1.0
New Features
- Package: Krafted.Extensions
ListExtension.Move<T>(this IList<T> list, int oldIndex, int newIndex)
: Moves an item from a specified old index to a specified new index.
ListExtension.Move<T>(this IList<T> list, int oldIndex, int newIndex)
: Moves an item from a specified old index to a specified new index.