C# Class ErrorProne.Samples.ExceptionHandling.AsyncMethods

Afficher le fichier Open project: SergeyTeplyakov/ErrorProne.NET

Méthodes publiques

Méthode Description
FooAsync ( string s ) : System.Threading.Tasks.Task
Iterator ( string s ) : IEnumerable

Method Details

FooAsync() public méthode

public FooAsync ( string s ) : System.Threading.Tasks.Task
s string
Résultat System.Threading.Tasks.Task

Iterator() public méthode

public Iterator ( string s ) : IEnumerable
s string
Résultat IEnumerable