C# Class ConsoleApplication.DoSomething

Mostra file Open project: martinwoodward/csharpworkshop Class Usage Examples

Public Methods

Method Description
Fast ( ) : int
Slow ( ) : int
SlowAsync ( ) : Task

Method Details

Fast() public method

public Fast ( ) : int
return int

Slow() public method

public Slow ( ) : int
return int

SlowAsync() public method

public SlowAsync ( ) : Task
return Task