C# 클래스 Tennis.TennisMatch

상속: ScoringContext
파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse 1 사용 예제들

공개 메소드들

메소드 설명
AddPoint ( Party party ) : void
GetMatchScore ( Party party ) : int
GetSetScore ( Party party ) : int
TennisMatch ( ITournamentRules tournamentRules, IMatchState>.Func matchStateFactory ) : System

메소드 상세

AddPoint() 공개 메소드

public AddPoint ( Party party ) : void
party Party
리턴 void

GetMatchScore() 공개 메소드

public GetMatchScore ( Party party ) : int
party Party
리턴 int

GetSetScore() 공개 메소드

public GetSetScore ( Party party ) : int
party Party
리턴 int

TennisMatch() 공개 메소드

public TennisMatch ( ITournamentRules tournamentRules, IMatchState>.Func matchStateFactory ) : System
tournamentRules ITournamentRules
matchStateFactory IMatchState>.Func
리턴 System