The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlSerializationReader::ReaderCount Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the current count of the XmlReader.
Assembly: System.Xml (in System.Xml.dll)
The method is used by generated classes and should not be directly invoked.
The XmlSerializationReader uses an instance of the XmlReader class to count when a read operation occurs. The count is incremented each time the reader calls an appropriate method, for example the Read method or the ReadElementString method.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Available since 2.0
Silverlight
Available since 2.0
Show: