Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Wrox
ProCSharp
Delegates
Employee
C# Class Wrox.ProCSharp.Delegates.Employee
Exibir arquivo
Open project: ProfessionalCSharp/ProfessionalCSharp6
Class Usage Examples
Public Methods
Method
Description
CompareSalary
(
Employee
e1
,
Employee
e2
) :
bool
Employee
(
string
name
,
decimal
salary
)
ToString
( ) :
string
Method Details
CompareSalary()
public
static
method
public
static
CompareSalary
(
Employee
e1
,
Employee
e2
) :
bool
e1
Employee
e2
Employee
return
bool
Employee()
public
method
public
Employee
(
string
name
,
decimal
salary
)
name
string
salary
decimal
ToString()
public
method
public
ToString
( ) :
string
return
string