Initializes a new instance of the Xml
public XmlElement(string name);
Public Sub New(ByVal name As String)
public XmlElement(string name, string text);
Public Sub New(ByVal name As String, ByVal text As String)
Parameter | Description |
---|---|
name | Specifies the element's name. |
text | Specifies the element's text. |