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