FileHandler.GetListMaleReferee Method

MiniProjekt

FileHandlerGetListMaleReferee Method

Reads the textfile with Male Referees 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> GetListMaleReferee()

Return Value

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