예제 #1
0
 public static void AssertNoErrors(this XmlParser parser)
 {
     parser.AssertErrorCount(0);
 }