Constructor ColoredTextNode
- Namespace
- GuildWars2.Markup
- Assembly
- GuildWars2.dll
ColoredTextNode(string, IImmutableList<MarkupNode>)
Represents a colored text node in the markup structure.
public ColoredTextNode(string color, IImmutableList<MarkupNode> children)
Parameters
colorstringThe color of the text node.
childrenIImmutableList<MarkupNode>The child nodes.