Summary

public static void Swap<T>(this List<T> list, int a, int b)

Parameters