Skip to content

M_CommandLine_Text_MultilineTextAttribute_AddToHelpText_1

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

MultilineTextAttribute.AddToHelpText Method (HelpText, Func(String, HelpText))

Namespace:CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

internalHelpTextAddToHelpText(HelpTexthelpText,Func<string,HelpText>func)

VB

FriendFunctionAddToHelpText(helpTextAsHelpText,funcAsFunc(OfString,HelpText))AsHelpText

C++

internal: HelpText^ AddToHelpText( HelpText^ helpText, Func<String^, HelpText^>^ func )

F#

internalmemberAddToHelpText:helpText :HelpText * func : Func<string, HelpText>-> HelpText 

Parameters

helpText
Type: CommandLine.Text.HelpText
func
Type: System.Func(String, HelpText)

Return Value

Type: HelpText

See Also

Reference

MultilineTextAttribute Class
AddToHelpText Overload
CommandLine.Text Namespace

Clone this wiki locally