Skip to content

M_CommandLine_Text_MultilineTextAttribute__ctor

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

MultilineTextAttribute Constructor (String)

Initializes a new instance of the MultilineTextAttribute class. Used in derived type using one line of text.

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

Syntax

C#

protected MultilineTextAttribute(
	string line1
)

VB

Protected Sub New ( 
	line1 As String
)

C++

protected:
MultilineTextAttribute(
	String^ line1
)

F#

new : 
        line1 : string -> MultilineTextAttribute

Parameters

 

line1
Type: System.String
The first line of text.

See Also

Reference

MultilineTextAttribute Class
MultilineTextAttribute Overload
CommandLine.Text Namespace

Clone this wiki locally