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#

public override Func<bool, string> HelpCommandText { get; }

VB

Public Overrides ReadOnly Property HelpCommandText As Func(Of Boolean, String)
	Get

C++

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

F#

abstract HelpCommandText : Func<bool, string> with get
override HelpCommandText : Func<bool, string> with get

Property Value

Type: Func(Boolean, String)

See Also

Reference

SentenceBuilder.DefaultSentenceBuilder Class
CommandLine.Text Namespace

Clone this wiki locally