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
MarkupTokenTypeThe type of the token.
Value
stringThe value of the token.