C# 클래스 Coroutine.Tests.CoroutineExample

파일 보기 프로젝트 열기: bvanderveen/coroutine

공개 메소드들

메소드 설명
ReadStreamToEnd ( Stream stream ) : IEnumerable

비공개 메소드들

메소드 설명
ReadAsync ( this stream, byte buffer, int offset, int count ) : ContinuationState
ReadAsyncTask ( this stream, byte buffer, int offset, int count ) : Task

메소드 상세

ReadStreamToEnd() 공개 정적인 메소드

public static ReadStreamToEnd ( Stream stream ) : IEnumerable
stream Stream
리턴 IEnumerable