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