Token(String, TokenType, Symbol) Constructeur

Définition

public:
 Token(System::String ^ value, System::CommandLine::Parsing::TokenType type, System::CommandLine::Symbol ^ symbol);
public Token (string? value, System.CommandLine.Parsing.TokenType type, System.CommandLine.Symbol symbol);
new System.CommandLine.Parsing.Token : string * System.CommandLine.Parsing.TokenType * System.CommandLine.Symbol -> System.CommandLine.Parsing.Token
Public Sub New (value As String, type As TokenType, symbol As Symbol)

Paramètres

value
String

Valeur de chaîne du jeton.

type
TokenType

Type du jeton.

symbol
Symbol

Symbole représenté par le jeton

S’applique à