C# Class SexyProxy.Emit.Tests.HandWritten

Inheritance: IHandWritten
Afficher le fichier Open project: kswoll/sexy-proxy Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DoSomething ( ) : void
Résultat void

DoSomethingAsync() public méthode

public DoSomethingAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

GetString() public méthode

public GetString ( ) : string
Résultat string

GetStringAsync() public méthode

public GetStringAsync ( ) : Task
Résultat Task

Sum() public méthode

public Sum ( int first, int second ) : int
first int
second int
Résultat int

SumAsync() public méthode

public SumAsync ( int first, int second ) : Task
first int
second int
Résultat Task