Table of Contents

Constructor MarkupToken

Namespace
GuildWars2.Markup
Assembly
GW2SDK.dll

MarkupToken(MarkupTokenType, string)

Represents a token with a specific type and value.

public MarkupToken(MarkupTokenType Type, string Value)

Parameters

Type MarkupTokenType

The type of the token.

Value string

The value of the token.