Related resources for List.Capacity
  • How To Get And Set Size Of A C# List12/20/2018 11:42:55 PM. How to get and set size of a List using C#. The Capacity property gets and sets the number of items a c# list can hold without resizing. C# List Capacity is always greater than or equal to the Count v