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");
        }