Esempio n. 1
0
File: Util.cs Progetto: dswisher/nlp
 public static void Advance(this XmlTextReader reader, XmlNodeType nodeType, string name)
 {
     reader.Read();
     reader.Expect(nodeType, name);
 }