示例#1
0
        public static Tag New(Resource[] resources)
        {
            if (resources == null) throw new ArgumentNullException("resources");

            return new Tag(resources.Select(r => r.Label).ToArray());
        }