C# 클래스 SexyProxy.Emit.Tests.HandWritten

상속: IHandWritten
파일 보기 프로젝트 열기: kswoll/sexy-proxy 1 사용 예제들

공개 메소드들

메소드 설명
DoSomething ( ) : void
DoSomethingAsync ( ) : System.Threading.Tasks.Task
GetString ( ) : string
GetStringAsync ( ) : Task
Sum ( int first, int second ) : int
SumAsync ( int first, int second ) : Task

메소드 상세

DoSomething() 공개 메소드

public DoSomething ( ) : void
리턴 void

DoSomethingAsync() 공개 메소드

public DoSomethingAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

GetString() 공개 메소드

public GetString ( ) : string
리턴 string

GetStringAsync() 공개 메소드

public GetStringAsync ( ) : Task
리턴 Task

Sum() 공개 메소드

public Sum ( int first, int second ) : int
first int
second int
리턴 int

SumAsync() 공개 메소드

public SumAsync ( int first, int second ) : Task
first int
second int
리턴 Task