Scripter.WriteEndParallel(XmlWriter) Method

Definition

Writes the end of the current parallel element into the script.

public static void WriteEndParallel (System.Xml.XmlWriter xmlWriter);
static member WriteEndParallel : System.Xml.XmlWriter -> unit
Public Shared Sub WriteEndParallel (xmlWriter As XmlWriter)

Parameters

xmlWriter
XmlWriter

The writer into which the output is writen.

Applies to