XmlSerializationReaderUnknownNode Method (Object, String) |
Raises an System.Xml.Serialization.XmlSerializer.UnknownNode event for the
current position of the System.Xml.XmlReader.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax protected void UnknownNode(
Object o,
string qnames
)
Parameters
- o
- Type: SystemObject
The object being deserialized. - qnames
- Type: SystemString
A comma-delimited list of XML qualified names.
See Also