C# 클래스 _20.GameSetupData

파일 보기 프로젝트 열기: jdharms/20-20 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
awayTeam List>.Dictionary
gameEvents Object>>.List
homeTeam List>.Dictionary

공개 메소드들

메소드 설명
getEvents ( Alpaca pac ) : List
setOnCourt ( Team team, bool isHome ) : void

메소드 상세

getEvents() 공개 메소드

public getEvents ( Alpaca pac ) : List
pac Alpaca
리턴 List

setOnCourt() 공개 메소드

public setOnCourt ( Team team, bool isHome ) : void
team Team
isHome bool
리턴 void

프로퍼티 상세

awayTeam 공개적으로 프로퍼티

public Dictionary> awayTeam
리턴 List>.Dictionary

gameEvents 공개적으로 프로퍼티

public List> gameEvents
리턴 Object>>.List

homeTeam 공개적으로 프로퍼티

public Dictionary> homeTeam
리턴 List>.Dictionary