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
MediatorDemo
ChatApp
Developer
C# Class MediatorDemo.ChatApp.Developer
Inheritance:
MediatorDemo.ChatApp.TeamMember
Mostrar archivo
Open project: freddie2025/Pluralsight
Public Methods
Method
Description
Developer
(
string
name
) :
System
Receive
(
string
from
,
string
message
) :
void
Method Details
Developer()
public
method
public
Developer
(
string
name
) :
System
name
string
return
System
Receive()
public
method
public
Receive
(
string
from
,
string
message
) :
void
from
string
message
string
return
void