Table of Contents

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

color string

The color of the text node.

children IImmutableList<MarkupNode>

The child nodes.