XmlSerializationReaderUnknownNode Method (Object) |
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
)
Parameters
- o
- Type: SystemObject
The object that is being deserialized.
See Also