Skip to content

P_CommandLine_Text_SentenceBuilder_RequiredWord

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

SentenceBuilder.RequiredWord Property

Gets a delegate that returns the word 'required'.

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

Syntax

C#

public abstract Func<string> RequiredWord { get; }

VB

Public MustOverride ReadOnly Property RequiredWord As Func(Of String)
	Get

C++

public:
virtual property Func<String^>^ RequiredWord {
	Func<String^>^ get () abstract;
}

F#

abstract RequiredWord : Func<string> with get

Property Value

Type: Func(String)

See Also

Reference

SentenceBuilder Class
CommandLine.Text Namespace

Clone this wiki locally