Skip to content

P_CommandLine_Text_SentenceBuilder_HelpCommandText

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

SentenceBuilder.HelpCommandText Property

Get a delegate that returns the help text of help command. The delegates must accept a boolean that is equal

Property Value

Type: Func(Boolean, String)
true for options; otherwise

Property Value

Type: Func(Boolean, String)
false for verbs.

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

Syntax

C#

publicabstractFunc<bool,string>HelpCommandText{get;}

VB

PublicMustOverrideReadOnlyPropertyHelpCommandTextAsFunc(OfBoolean,String)Get

C++

public:virtual property Func<bool, String^>^ HelpCommandText{Func<bool, String^>^ get () abstract}

F#

abstractHelpCommandText :Func<bool,string>with get 

Property Value

Type: Func(Boolean, String)

See Also

Reference

SentenceBuilder Class
CommandLine.Text Namespace

Clone this wiki locally