Tennis.TennisMatch.GetSetScore C# (CSharp) Method

GetSetScore() public method

public GetSetScore ( Party party ) : int
party Party
return int
        public int GetSetScore(Party party)
        {
            return _currentSet.GetSetScore(party);
        }