- Use the count to size the capacity of the list. - Use a char array as a buffer, so will can build each string directly rather than needing a ToArray call first.
- Use the count to size the capacity of the list. - Use a char array as a buffer, so will can build each string directly rather than needing a ToArray call first.