Skip to content

4.1.0

Compare
Choose a tag to compare
@maiconheck maiconheck released this 27 Mar 21:44
· 74 commits to master since this release

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.