StringOption(String, String, String) Constructor

Constructor

Definition

Namespace: Sandcastle.Core.CommandLine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public StringOption(
	string name,
	string description,
	string template
)

Parameters

name  String
The string option name
description  String
The string option description
template  String
A template to use when showing the command line syntax

See Also