ExpressionNode.Serialize(XmlWriter) Method

Definition

Base serialization routine - creates start and end elements calls to virtual method SerializeProperties to output properties of particular node objectTypeName

public void Serialize (System.Xml.XmlWriter xmlWriter);
member this.Serialize : System.Xml.XmlWriter -> unit
Public Sub Serialize (xmlWriter As XmlWriter)

Parameters

xmlWriter
XmlWriter

Applies to