Scripter.WriteStartParallel(XmlWriter) Method

Definition

Writes the start of a new parallel element into the script.

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

Parameters

xmlWriter
XmlWriter

The writer into which the output is writen.

Applies to