Token(String, TokenType, Symbol) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- value
- String
The string value of the token.
- type
- TokenType
The type of the token.
- symbol
- Symbol
The symbol represented by the token
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา