Click or drag to resize
XmlSerializationReaderCheckReaderCount Method
Checks whether the deserializer has advanced.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected void CheckReaderCount(
	ref int whileIterations,
	ref int readerCount
)

Parameters

whileIterations
Type: SystemInt32
The current count in a while loop.
readerCount
Type: SystemInt32
The current System.Xml.Serialization.XmlSerializationReader.ReaderCount.
See Also