M_CommandLine_Text_MultilineTextAttribute__ctor - adutton/commandline GitHub Wiki
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
C#
protected MultilineTextAttribute(
string line1
)VB
Protected Sub New (
line1 As String
)C++
protected:
MultilineTextAttribute(
String^ line1
)F#
new :
line1 : string -> MultilineTextAttribute
- line1
- Type: System.String
The first line of text.
MultilineTextAttribute Class
MultilineTextAttribute Overload
CommandLine.Text Namespace