Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Day8
DelegateExample
MainClass
C# Class Day8.DelegateExample.MainClass
Mostrar archivo
Open project: ctsxamarintraining/October15
Public Methods
Method
Description
IhaveToDoThis
(
object
obj
) :
void
IhaveToDoThis1
(
object
obj
) :
void
Main
(
string
args
) :
void
Method Details
IhaveToDoThis()
public
method
public
IhaveToDoThis
(
object
obj
) :
void
obj
object
return
void
IhaveToDoThis1()
public
method
public
IhaveToDoThis1
(
object
obj
) :
void
obj
object
return
void
Main()
public
static
method
public
static
Main
(
string
args
) :
void
args
string
return
void