M_CommandLine_Text_AssemblyUsageAttribute__ctor_3 - adutton/commandline GitHub Wiki
Initializes a new instance of the AssemblyUsageAttribute class with four lines of text.
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public AssemblyUsageAttribute(
string line1,
string line2,
string line3,
string line4
)VB
Public Sub New (
line1 As String,
line2 As String,
line3 As String,
line4 As String
)C++
public:
AssemblyUsageAttribute(
String^ line1,
String^ line2,
String^ line3,
String^ line4
)F#
new :
line1 : string *
line2 : string *
line3 : string *
line4 : string -> AssemblyUsageAttribute
- line1
- Type: System.String
First line of usage text. - line2
- Type: System.String
Second line of usage text. - line3
- Type: System.String
Third line of usage text. - line4
- Type: System.String
Fourth line of usage text.
AssemblyUsageAttribute Class
AssemblyUsageAttribute Overload
CommandLine.Text Namespace