Click or drag to resize
HelpTextAttribute Constructor
Construct a help text with a usage and optional details texts

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public HelpTextAttribute(
	string usage,
	string details = ""
)

Parameters

usage
Type: SystemString
The command line format
details (Optional)
Type: SystemString
Description of command line arguments, if any
See Also