Click or drag to resize
XmlSerializerImplementationReader Property
Gets the XML reader object that is used by the serializer.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public virtual XmlSerializationReader Reader { get; }

Property Value

Type: XmlSerializationReader
See Also