ListGenerator<T> constructor
ListGenerator<T> (
- int capacity
Creates a new instance of ListGenerator with the specified capacity.
Implementation
ListGenerator(this.capacity);
Creates a new instance of ListGenerator with the specified capacity.
ListGenerator(this.capacity);