BoardGameGeekApiClient.Helpers.BoardGameGeekApiClientHelper.GetDesigners C# (CSharp) Method

GetDesigners() public static method

public static GetDesigners ( this boardgame ) : List
boardgame this
return List
        public static List<string> GetDesigners(this XElement boardgame)
        {
            return GetTypeValue(boardgame, "boardgamedesigner");
        }