Initializes a new instance of the XmlElement class.

XmlElement(String)

public XmlElement(string name);

XmlElement(String, String)

public XmlElement(string name, string text);

Parameters

Parameter Description
name Specifies the element's name.
text Specifies the element's text.