C# Class Coroutine.Tests.CoroutineExample

Afficher le fichier Open project: bvanderveen/coroutine

Méthodes publiques

Méthode Description
ReadStreamToEnd ( Stream stream ) : IEnumerable

Private Methods

Méthode Description
ReadAsync ( this stream, byte buffer, int offset, int count ) : ContinuationState
ReadAsyncTask ( this stream, byte buffer, int offset, int count ) : Task

Method Details

ReadStreamToEnd() public static méthode

public static ReadStreamToEnd ( Stream stream ) : IEnumerable
stream Stream
Résultat IEnumerable