XmlSerializationReaderCheckReaderCount Method |
Checks whether the deserializer has advanced.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax 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