Initialize
Creates a collection by calling the given initializer
on each index.
WARNING
This method isn't available as an extension method.
Parameters
Returns
int length
Func<int, T> initializer
IEnumerable<T>
Usage
Creating an integer collection
Last updated
Was this helpful?