UnknownTokenInfo Struct

Definition

Describes an unknown token along with suggestions and optional diagnostics.

public readonly record struct UnknownTokenInfo(string Token, IReadOnlyList<string> Suggestions, string? InactiveMatchMessage, CommandTokenSpan? TokenSpan = default(CommandTokenSpan? )) : IEquatable<UnknownTokenInfo>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (4)