Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
ErrorProne
Samples
ExceptionHandling
AsyncMethods
C# Class ErrorProne.Samples.ExceptionHandling.AsyncMethods
Mostra file
Open project: SergeyTeplyakov/ErrorProne.NET
Public Methods
Method
Description
FooAsync
(
string
s
) :
System.Threading.Tasks.Task
Iterator
(
string
s
) :
IEnumerable
Method Details
FooAsync()
public
method
public
FooAsync
(
string
s
) :
System.Threading.Tasks.Task
s
string
return
System.Threading.Tasks.Task
Iterator()
public
method
public
Iterator
(
string
s
) :
IEnumerable
s
string
return
IEnumerable