Tournament.TournamentHandlerMaleGame Method

MiniProjekt

TournamentTournamentHandlerMaleGame Method

Handles the list returned from GetListMalePlayers() in FileHandler Inserts a random TennisPlayer object into the list malePlayerForRound with amount that the user defines in his/hers prompt Will be executed if the user writes a wrong integer(string format)

Namespace:  MiniProjekt
Assembly:  MiniProjekt - Tournament (in MiniProjekt - Tournament.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<TennisPlayer> TournamentHandlerMaleGame()

Return Value

Type: ListTennisPlayer
_malePlayerForRoundList, which is a list of TennisPlayer objects used in TennisMatch
See Also