HelpExtractor.GetParameterDescription method

Get the parameter description from the help information.

public static string? GetParameterDescription(this CommentHelpInfo? help, string name)
parameter description
help The help information to extract the parameter description from.
name The name of the parameter to get the description for.

Return Value

The parameter description text, or null if not found.

See Also