Constructor TextNode
- Namespace
- GuildWars2.Markup
- Assembly
- GuildWars2.dll
TextNode(string)
Represents a text node in the markup structure.
public TextNode(string text)
Parameters
textstringThe text content of the node.
Represents a text node in the markup structure.
public TextNode(string text)
text stringThe text content of the node.