Click or drag to resize
XmlSerializationReaderUnknownNode Method (Object, String)
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,
	string qnames
)

Parameters

o
Type: SystemObject
The object being deserialized.
qnames
Type: SystemString
A comma-delimited list of XML qualified names.
See Also