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
ConcreteColleague2
C# Class ConcreteColleague2, DesignPatterns
Inheritance:
Colleague
Mostrar archivo
Open project: WeihanLi/DesignPatterns
Class Usage Examples
Public Methods
Method
Description
ConcreteColleague2
(
Mediator,
mediator
)
Notify
(
string
message
) :
void
Send
(
string
message
) :
void
Method Details
ConcreteColleague2()
public
method
public
ConcreteColleague2
(
Mediator,
mediator
)
mediator
Mediator,
Notify()
public
method
public
Notify
(
string
message
) :
void
message
string
return
void
Send()
public
method
public
Send
(
string
message
) :
void
message
string
return
void