FileHandler.GetListFemalePlayers Method

MiniProjekt

FileHandlerGetListFemalePlayers Method

Reads the textfile with FemalePlayers. Each line from the textfile indicate a new object instance of TennisPlayer

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

Return Value

Type: ListTennisPlayer
The return value _listOfFemalePlayers is used in Tournament to compile and handle the objects which should be used in TennisMatch
See Also