public IEnumerable <ASUP.IdPair> GetGameList() { if (gameList == null) { gameList = ASUP.GetGameList(); } return(gameList); }
public IEnumerable <ASUP.IdPair> GetGameList() { return(gameList ?? (gameList = ASUP.GetGameList())); }