Share via


XmlTokenStream.Add(XmlNodeType, String) Method

Definition

Adds a XML node to the collection.

public void Add (System.Xml.XmlNodeType type, string value);
member this.Add : System.Xml.XmlNodeType * string -> unit
Public Sub Add (type As XmlNodeType, value As String)

Parameters

value
String

Exceptions

if value is null.

Applies to