다음을 통해 공유


IdentifierSymbol 생성자

정의

오버로드

IdentifierSymbol(String)

IdentifierSymbol 클래스의 새 인스턴스를 초기화합니다.

IdentifierSymbol(String, String)

IdentifierSymbol 클래스의 새 인스턴스를 초기화합니다.

IdentifierSymbol(String)

IdentifierSymbol 클래스의 새 인스턴스를 초기화합니다.

protected IdentifierSymbol (string? description = default);
new System.CommandLine.IdentifierSymbol : string -> System.CommandLine.IdentifierSymbol
Protected Sub New (Optional description As String = Nothing)

매개 변수

description
String

명령줄 도움말에 표시되는 기호에 대한 설명입니다.

적용 대상

IdentifierSymbol(String, String)

IdentifierSymbol 클래스의 새 인스턴스를 초기화합니다.

protected IdentifierSymbol (string name, string? description = default);
new System.CommandLine.IdentifierSymbol : string * string -> System.CommandLine.IdentifierSymbol
Protected Sub New (name As String, Optional description As String = Nothing)

매개 변수

name
String

기호 이름입니다.

description
String

명령줄 도움말에 표시되는 기호에 대한 설명입니다.

적용 대상