C# Class ALinq.AsyncEnumerable

Show file Open project: BernhardGlueck/ALinq

Public Methods

Method Description
Range ( int start, int count ) : IAsyncEnumerable
Range ( int start, int count, int step ) : IAsyncEnumerable

Private Methods

Method Description
Dispose ( this asyncEnumerator ) : void
RangeCore ( int start, int count, int step ) : IEnumerable>

Method Details

Range() public static method

public static Range ( int start, int count ) : IAsyncEnumerable
start int
count int
return IAsyncEnumerable

Range() public static method

public static Range ( int start, int count, int step ) : IAsyncEnumerable
start int
count int
step int
return IAsyncEnumerable