XmlTokenStream.Add(XmlNodeType, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- type
- XmlNodeType
- value
- String
Exceptions
if value
is null.