Summary

public static void EnsureCapacity<T>(this List<T> list, int capacity)

Parameters