using System.Collections.Generic;
public static void Main()
using (var r = ChoXmlReader<Specifier>.LoadText(xml)
static string xml = @"<Specifier>
<Description>some text</Description>
<Description>some text</Description>
public Block CollectionBlock { get; set; }
public Block[] ProductBlock { get; set; }
public string Type { get; set; }
public string Name { get; set; }
public string Description { get; set; }