Table of Contents

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

children IImmutableList<MarkupNode>

The child nodes.