public int ProductCode { get; set; }
[ChoXPath("Properties/@no")]
public int PropertyNo { get; set; }
[ChoXPath("Properties/ColorProperties/Color")]
public string Color { get; set; }
public static void Main()
typeof(ChoXmlReader).GetAssemblyVersion().Print();
<ProductCode>1</ProductCode>
<ProductCode>2</ProductCode>
<ProductCode>3</ProductCode>
using (var r = ChoXmlReader<Product>.LoadText(xml)