BaseOption Constructor
Constructor
Namespace: Sandcastle.Core.CommandLineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
protected BaseOption(
string name,
string description
)
Protected Sub New (
name As String,
description As String
)
protected:
BaseOption(
String^ name,
String^ description
)
new :
name : string *
description : string -> BaseOption
Parameters
- name String
- The option name
- description String
- The option description
ArgumentException | This is thrown if the name parameter is null
or empty or contains non-alphabetic characters. |