ListGenerator<T> constructor

ListGenerator<T>(
  1. int capacity
)

Creates a new instance of ListGenerator with the specified capacity.

Implementation

ListGenerator(this.capacity);