XmlSerializationReader.CheckReaderCount Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Checks whether the deserializer has advanced.
Namespace: System.Xml.SerializationAssembly: System.Xml (in system.xml.dll)
protected void CheckReaderCount ( /** @ref */ int whileIterations, /** @ref */ int readerCount )
Not applicable.
Parameters
- whileIterations
The current count in a while loop.
- readerCount
The current ReaderCount.
The method is used by generated classes and should not be directly invoked.
The CheckReaderCount method is used when the checkDeserializerAdvances attribute of the <xmlSerializer> configuration element is set to true. For more information, see <xmlSerializer> Element.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.