Click or drag to resize

XmlFragmentReader Constructor (XmlQualifiedName, XmlReader)

Instantiates the reader using the given rootName for the virtual root node.

Namespace:  PDTec.IceNet.Domain.AuditTrail.Xml
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public XmlFragmentReader(
	XmlQualifiedName rootName,
	XmlReader baseReader
)

Parameters

rootName
Type: System.XmlXmlQualifiedName
Qualified name of the virtual root element.
baseReader
Type: System.XmlXmlReader
XML fragment reader.
See Also