How to initialize a List to a given size (as opposed to capacity)? November 14, 2022 by Tarik List<string> L = new List<string> ( new string[10] );