Udostępnij za pośrednictwem


IdentifierSymbol Konstruktory

Definicja

Przeciążenia

IdentifierSymbol(String)

Inicjuje nowe wystąpienie klasy IdentifierSymbol.

IdentifierSymbol(String, String)

Inicjuje nowe wystąpienie klasy IdentifierSymbol.

IdentifierSymbol(String)

Inicjuje nowe wystąpienie klasy IdentifierSymbol.

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

Parametry

description
String

Opis symbolu, który jest wyświetlany w pomocy wiersza polecenia.

Dotyczy

IdentifierSymbol(String, String)

Inicjuje nowe wystąpienie klasy 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)

Parametry

name
String

Nazwa symbolu.

description
String

Opis symbolu, który jest wyświetlany w pomocy wiersza polecenia.

Dotyczy