Gets the current count of the System.Xml.XmlReader.
Documentation for this section has not yet been entered.
The method is used by generated classes and should not be directly invoked.
The System.Xml.Serialization.XmlSerializationReader uses an instance of the System.Xml.XmlReader class to count when a read operation occurs. The count is incremented each time the reader calls an appropriate method, for example the System.Xml.XmlReader.Read method or the System.Xml.XmlReader.ReadElementString method.