C# 클래스 CampfireTests.ScoreBoard

파일 보기 프로젝트 열기: pebblecode/ChatQuiz 1 사용 예제들

공개 메소드들

메소드 설명
AddScore ( string user, int score ) : void
GetUserScore ( string user ) : int

메소드 상세

AddScore() 공개 메소드

public AddScore ( string user, int score ) : void
user string
score int
리턴 void

GetUserScore() 공개 메소드

public GetUserScore ( string user ) : int
user string
리턴 int