Legend
| Constructor: AutoList<T>( |
| IEnumerable<T> | collection | A collection whose elements are copied to the new list. |
| 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. |