コード例 #1
0
        public IEnumerable <ASUP.IdPair> GetGameList()
        {
            if (gameList == null)
            {
                gameList = ASUP.GetGameList();
            }

            return(gameList);
        }
コード例 #2
0
 public IEnumerable <ASUP.IdPair> GetGameList()
 {
     return(gameList ?? (gameList = ASUP.GetGameList()));
 }