What is the default capacity of a List?
Why don't you just try it?
Console.WriteLine("Default capacity of a List: " + new List<int>().Capacity);
This answer will work on all versions of .NET that have List. On my version, it happens to be 0.
1.4m articles
1.4m replys
5 comments
57.0k users