BaseOption Constructor

Constructor

Definition

Namespace: Sandcastle.Core.CommandLine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
protected BaseOption(
	string name,
	string description
)

Parameters

name  String
The option name
description  String
The option description

Exceptions

ArgumentExceptionThis is thrown if the name parameter is null or empty or contains non-alphabetic characters.

See Also