Table of Contents

Class MarkupToken

Namespace
GuildWars2.Markup
Assembly
GW2SDK.dll

Represents a token with a specific type and value.

public sealed record MarkupToken : IEquatable<MarkupToken>
Inheritance
MarkupToken
Implements
Inherited Members

Constructors

MarkupToken(MarkupTokenType, string)

Represents a token with a specific type and value.

Properties

Type

The type of the token.

Value

The value of the token.

Methods

ToString()