Method | Description | |
---|---|---|
Range ( int start, int count ) : IAsyncEnumerable |
||
Range ( int start, int count, int step ) : IAsyncEnumerable |
Method | Description | |
---|---|---|
Dispose ( this asyncEnumerator ) : void | ||
RangeCore ( int start, int count, int step ) : IEnumerable |
public static Range ( int start, int count ) : IAsyncEnumerable |
||
start | int | |
count | int | |
return | IAsyncEnumerable |
public static Range ( int start, int count, int step ) : IAsyncEnumerable |
||
start | int | |
count | int | |
step | int | |
return | IAsyncEnumerable |