Skip to content

P_CommandLine_Text_SentenceBuilder_DefaultSentenceBuilder_HelpCommandText

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

SentenceBuilder.DefaultSentenceBuilder.HelpCommandText Property

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

Syntax

C#

publicoverrideFunc<bool,string>HelpCommandText{get;}

VB

PublicOverridesReadOnlyPropertyHelpCommandTextAsFunc(OfBoolean,String)Get

C++

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

F#

abstractHelpCommandText :Func<bool,string>with get overrideHelpCommandText:Func<bool,string>with get

Property Value

Type: Func(Boolean, String)

See Also

Reference

SentenceBuilder.DefaultSentenceBuilder Class
CommandLine.Text Namespace

Clone this wiki locally