Skip to content

P_CommandLine_Text_SentenceBuilder_DefaultSentenceBuilder_VersionCommandText

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

SentenceBuilder.DefaultSentenceBuilder.VersionCommandText Property

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

Syntax

C#

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

VB

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

C++

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

F#

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

Property Value

Type: Func(Boolean, String)

See Also

Reference

SentenceBuilder.DefaultSentenceBuilder Class
CommandLine.Text Namespace

Clone this wiki locally