C# Class Coroutine.Tests.CoroutineExample

Exibir arquivo Open project: bvanderveen/coroutine

Public Methods

Method Description
ReadStreamToEnd ( Stream stream ) : IEnumerable

Private Methods

Method 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 method

public static ReadStreamToEnd ( Stream stream ) : IEnumerable
stream Stream
return IEnumerable