CommandTokenSpan Struct

Definition

Identifies a span within a token in a command line token stream.

public readonly record struct CommandTokenSpan(int TokenIndex, int Start, int Length) : IEquatable<CommandTokenSpan>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (3)