Constructor RootNode
- Namespace
- GuildWars2.Markup
- Assembly
- GuildWars2.dll
RootNode(IImmutableList<MarkupNode>)
Represents a root node in the markup structure.
public RootNode(IImmutableList<MarkupNode> children)
Parameters
childrenIImmutableList<MarkupNode>The child nodes.