Base:
method
Read
System.Xml.XmlReader.Read()
3 references to Read
System.Xml (3)
System\Xml\Core\XmlTextReader.cs (1)
209return impl.Read();
System\Xml\Dom\XmlLoader.cs (2)
843tr.Read(); //this will skip the first element "wrapper" 856tempreader.Read();