C# 클래스 ErrorProne.Samples.ExceptionHandling.AsyncMethods

파일 보기 프로젝트 열기: SergeyTeplyakov/ErrorProne.NET

공개 메소드들

메소드 설명
FooAsync ( string s ) : System.Threading.Tasks.Task
Iterator ( string s ) : IEnumerable

메소드 상세

FooAsync() 공개 메소드

public FooAsync ( string s ) : System.Threading.Tasks.Task
s string
리턴 System.Threading.Tasks.Task

Iterator() 공개 메소드

public Iterator ( string s ) : IEnumerable
s string
리턴 IEnumerable