Legend
| Constructor: AutoList<T>( |
int | capacity | The number of elements that the new list can initially store. |
Func<int, T> | initializer |
A function which creates a value to be used for non-existent elements upon their creation. If null ,
default(T) is used instead. |