HelpExtractor.GetSynopsis method

Get the synopsis from the help information.

public static string GetSynopsis(this CommentHelpInfo? help)
parameter description
help The help information to extract the synopsis from.

Return Value

The synopsis text.

See Also