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
CampfireTests
ScoreBoard
C# Class CampfireTests.ScoreBoard
Exibir arquivo
Open project: pebblecode/ChatQuiz
Class Usage Examples
Public Methods
Method
Description
AddScore
(
string
user
,
int
score
) :
void
GetUserScore
(
string
user
) :
int
Method Details
AddScore()
public
method
public
AddScore
(
string
user
,
int
score
) :
void
user
string
score
int
return
void
GetUserScore()
public
method
public
GetUserScore
(
string
user
) :
int
user
string
return
int