ListOption(String, String, String) Constructor
Constructor
Namespace: Sandcastle.Core.CommandLineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public ListOption(
string name,
string description,
string template
)
Public Sub New (
name As String,
description As String,
template As String
)
public:
ListOption(
String^ name,
String^ description,
String^ template
)
new :
name : string *
description : string *
template : string -> ListOption
Parameters
- name String
- The list option name
- description String
- The list option description
- template String
- A template to use when showing the command line syntax