OptionCollectionWriteOptionSummary Method

This is used to write out a summary of the options

Definition

Namespace: Sandcastle.Core.CommandLine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void WriteOptionSummary(
	TextWriter writer
)

Parameters

writer  TextWriter
The TextWriter to which the summary is written

Exceptions

ArgumentNullExceptionThis is thrown if the writer parameter is null.

See Also