GiantBomb.Api.GiantBombRestClient.GetGame C# (CSharp) 메소드

GetGame() 공개 메소드

public GetGame ( int id, string limitFields = null ) : GiantBomb.Api.Model.Game
id int
limitFields string
리턴 GiantBomb.Api.Model.Game
        public Game GetGame(int id, string[] limitFields = null)
        {
            return GetGameAsync(id, limitFields).Result;
        }