Mono.Options.Option.Description Property
A string containing documentation for this option.

Syntax

public string Description { get; }

See Also

OptionSet.WriteOptionDescriptions(System.IO.TextWriter)

Value

A string containing documentation for this option.

Remarks

This property is used to generate documentation within OptionSet.WriteOptionDescriptions(System.IO.TextWriter). The string returned is translated via the localizer parameter provided to the OptionSet(Converter<string, string>) constructor before being written to the System.IO.TextWriter instance.

Requirements

Namespace: Mono.Options
Assembly: Mono.Options (in Mono.Options.dll)
Assembly Versions: 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0