Summary

public static void RemoveIndices<T>(this List<T> list, List<int> indices)

Parameters