Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Wrox
ProCSharp
Delegates
Employee
C# Class Wrox.ProCSharp.Delegates.Employee
显示文件
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