CommandTokenSpan(Int32, Int32, Int32) Constructor

Definition

Assembly XenoAtom.CommandLine.dll

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

public CommandTokenSpan(int TokenIndex, int Start, int Length)

Parameters

TokenIndex
Int32

The 0-based token index within the invocation token list.

Start
Int32

The 0-based character start within the token string.

Length
Int32

The length within the token string.