Click or drag to resize
XmlSerializationReaderUnknownNode Method (Object)
Raises an System.Xml.Serialization.XmlSerializer.UnknownNode event for the current position of the System.Xml.XmlReader.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected void UnknownNode(
	Object o
)

Parameters

o
Type: SystemObject
The object that is being deserialized.
See Also