M_CommandLine_Text_MultilineTextAttribute__ctor_4 - adutton/commandline GitHub Wiki
Initializes a new instance of the MultilineTextAttribute class. Used in type using five lines of text.
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
protected MultilineTextAttribute(
string line1,
string line2,
string line3,
string line4,
string line5
)VB
Protected Sub New (
line1 As String,
line2 As String,
line3 As String,
line4 As String,
line5 As String
)C++
protected:
MultilineTextAttribute(
String^ line1,
String^ line2,
String^ line3,
String^ line4,
String^ line5
)F#
new :
line1 : string *
line2 : string *
line3 : string *
line4 : string *
line5 : string -> MultilineTextAttribute
- line1
- Type: System.String
The first line of text. - line2
- Type: System.String
The second line of text. - line3
- Type: System.String
The third line of text. - line4
- Type: System.String
The fourth line of text. - line5
- Type: System.String
The fifth line of text.
MultilineTextAttribute Class
MultilineTextAttribute Overload
CommandLine.Text Namespace