ExpressionNode.DeserializeProperties(XmlReader, Boolean) Method

Definition

Virtual method for children classes to deserialize thier properties

protected virtual void DeserializeProperties (System.Xml.XmlReader xr, bool includeResult);
abstract member DeserializeProperties : System.Xml.XmlReader * bool -> unit
override this.DeserializeProperties : System.Xml.XmlReader * bool -> unit
Protected Overridable Sub DeserializeProperties (xr As XmlReader, includeResult As Boolean)

Parameters

xr
XmlReader

XmlReader - must ignore whitespaces

includeResult
Boolean

Applies to