BoardGameGeekApiClient.Helpers.BoardGameGeekApiClientHelper.GetDesigners C# (CSharp) Метод

GetDesigners() публичный статический Метод

public static GetDesigners ( this boardgame ) : List
boardgame this
Результат List
        public static List<string> GetDesigners(this XElement boardgame)
        {
            return GetTypeValue(boardgame, "boardgamedesigner");
        }