Edit

Share via


IdentifierSymbol Constructors

Definition

Overloads

IdentifierSymbol(String)

Initializes a new instance of the IdentifierSymbol class.

IdentifierSymbol(String, String)

Initializes a new instance of the IdentifierSymbol class.

IdentifierSymbol(String)

Source:
IdentifierSymbol.cs

Initializes a new instance of the IdentifierSymbol class.

C#
protected IdentifierSymbol(string? description = default);

Parameters

description
String

The description of the symbol, which is displayed in command line help.

Applies to

IdentifierSymbol(String, String)

Source:
IdentifierSymbol.cs

Initializes a new instance of the IdentifierSymbol class.

C#
protected IdentifierSymbol(string name, string? description = default);

Parameters

name
String

The name of the symbol.

description
String

The description of the symbol, which is displayed in command line help.

Applies to