Summary

public static void Move<T>(this List<T> list, int originalIndex, int targetIndex)

Parameters