BoardGameGeekApiClient.Helpers.BoardGameGeekApiClientHelper.GetDesigners C# (CSharp) Méthode

GetDesigners() public static méthode

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