Models a multiline assembly usage text.
AssemblyUsageAttribute(string line1, string line2, string line3, string line4)
Initializes a new instance of the CommandLine.Text.AssemblyUsageAttribute class with four lines of te...
AssemblyUsageAttribute(string line1, string line2)
Initializes a new instance of the CommandLine.Text.AssemblyUsageAttribute class with two lines of tex...
AssemblyUsageAttribute(string line1)
Initializes a new instance of the CommandLine.Text.AssemblyUsageAttribute class with one line of text...
AssemblyUsageAttribute(string line1, string line2, string line3)
Initializes a new instance of the CommandLine.Text.AssemblyUsageAttribute class with three lines of t...
AssemblyUsageAttribute(string line1, string line2, string line3, string line4, string line5)
Initializes a new instance of the CommandLine.Text.AssemblyUsageAttribute class with five lines of te...
Provides base properties for creating an attribute, used to define multiple lines of text.