C# Class _20.GameSetupData

Afficher le fichier Open project: jdharms/20-20 Class Usage Examples

Méthodes publiques

Свойство Type Description
awayTeam List>.Dictionary
gameEvents Object>>.List
homeTeam List>.Dictionary

Méthodes publiques

Méthode Description
getEvents ( Alpaca pac ) : List
setOnCourt ( Team team, bool isHome ) : void

Method Details

getEvents() public méthode

public getEvents ( Alpaca pac ) : List
pac Alpaca
Résultat List

setOnCourt() public méthode

public setOnCourt ( Team team, bool isHome ) : void
team Team
isHome bool
Résultat void

Property Details

awayTeam public_oe property

public Dictionary> awayTeam
Résultat List>.Dictionary

gameEvents public_oe property

public List> gameEvents
Résultat Object>>.List

homeTeam public_oe property

public Dictionary> homeTeam
Résultat List>.Dictionary