Constructor MarkupToken
- Namespace
- GuildWars2.Markup
- Assembly
- GuildWars2.dll
MarkupToken(MarkupTokenType, string)
Represents a token with a specific type and value.
public MarkupToken(MarkupTokenType Type, string Value)
Parameters
TypeMarkupTokenTypeThe type of the token.
ValuestringThe value of the token.