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