Ejemplo n.º 1
0
 public static void AssertEmpty(this XmlParser parser)
 {
     parser.AssertNodeDepth(1);
     parser.AssertNodeIs <XDocument> ();
 }