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>
kind:method, kind:property, kind:ctor. Press Esc to clear.CommandTokenSpan(Int32, Int32, Int32)Identifies a span within a token in a command line token stream.LengthThe length within the token string.StartThe 0-based character start within the token string.TokenIndexThe 0-based token index within the invocation token list.