Прочетете на английски Редактиране

Споделяне чрез


TokenType Enum

Definition

Identifies the type of a Token.

C#
public enum TokenType
Inheritance
TokenType

Fields

Name Value Description
Argument 0

An argument token.

Command 1

A command token.

Option 2

An option token.

DoubleDash 3

A double dash (--) token, which changes the meaning of subsequent tokens.

Unparsed 4

A token following DoubleDash when EnableLegacyDoubleDashBehavior is set to true.

Directive 5

A directive token.

Applies to

Продукт Версии
.NET 6 (package-provided), 7 (package-provided), 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)