FileHandler.GetListFemaleReferee Method

MiniProjekt

FileHandlerGetListFemaleReferee Method

Reads the textfile with Female Referees Each line from the textfile indicate a new object instnce of TennisPlayer

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

Return Value

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