Identifies a span within a token in a command line token stream.
public CommandTokenSpan(int TokenIndex, int Start, int Length)
The 0-based token index within the invocation token list.
The 0-based character start within the token string.
The length within the token string.