C# Class ALinq.AsyncEnumerable

Afficher le fichier Open project: BernhardGlueck/ALinq

Méthodes publiques

Méthode Description
Range ( int start, int count ) : IAsyncEnumerable
Range ( int start, int count, int step ) : IAsyncEnumerable

Private Methods

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

Method Details

Range() public static méthode

public static Range ( int start, int count ) : IAsyncEnumerable
start int
count int
Résultat IAsyncEnumerable

Range() public static méthode

public static Range ( int start, int count, int step ) : IAsyncEnumerable
start int
count int
step int
Résultat IAsyncEnumerable