StringOption(String, String, String) Constructor
Constructor
Namespace: Sandcastle.Core.CommandLineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public StringOption(
string name,
string description,
string template
)
Public Sub New (
name As String,
description As String,
template As String
)
public:
StringOption(
String^ name,
String^ description,
String^ template
)
new :
name : string *
description : string *
template : string -> StringOption
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