C# Class SexyProxy.Emit.Tests.HandWritten

Inheritance: IHandWritten
ファイルを表示 Open project: kswoll/sexy-proxy Class Usage Examples

Public Methods

Method Description
DoSomething ( ) : void
DoSomethingAsync ( ) : System.Threading.Tasks.Task
GetString ( ) : string
GetStringAsync ( ) : Task
Sum ( int first, int second ) : int
SumAsync ( int first, int second ) : Task

Method Details

DoSomething() public method

public DoSomething ( ) : void
return void

DoSomethingAsync() public method

public DoSomethingAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

GetString() public method

public GetString ( ) : string
return string

GetStringAsync() public method

public GetStringAsync ( ) : Task
return Task

Sum() public method

public Sum ( int first, int second ) : int
first int
second int
return int

SumAsync() public method

public SumAsync ( int first, int second ) : Task
first int
second int
return Task