C# Класс CommandLine.Text.AssemblyLicenseAttribute

Наследование: MultilineTextAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
AssemblyLicenseAttribute ( string line1 ) : System

Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with one line of text.

AssemblyLicenseAttribute ( string line1, string line2 ) : System

Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with two lines of text.

AssemblyLicenseAttribute ( string line1, string line2, string line3 ) : System

Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with three lines of text.

AssemblyLicenseAttribute ( string line1, string line2, string line3, string line4 ) : System

Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with four lines of text.

AssemblyLicenseAttribute ( string line1, string line2, string line3, string line4, string line5 ) : System

Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with five lines of text.

Описание методов

AssemblyLicenseAttribute() публичный Метод

Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with one line of text.
public AssemblyLicenseAttribute ( string line1 ) : System
line1 string First line of license text.
Результат System

AssemblyLicenseAttribute() публичный Метод

Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with two lines of text.
public AssemblyLicenseAttribute ( string line1, string line2 ) : System
line1 string First line of license text.
line2 string Second line of license text.
Результат System

AssemblyLicenseAttribute() публичный Метод

Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with three lines of text.
public AssemblyLicenseAttribute ( string line1, string line2, string line3 ) : System
line1 string First line of license text.
line2 string Second line of license text.
line3 string Third line of license text.
Результат System

AssemblyLicenseAttribute() публичный Метод

Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with four lines of text.
public AssemblyLicenseAttribute ( string line1, string line2, string line3, string line4 ) : System
line1 string First line of license text.
line2 string Second line of license text.
line3 string Third line of license text.
line4 string Fourth line of license text.
Результат System

AssemblyLicenseAttribute() публичный Метод

Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with five lines of text.
public AssemblyLicenseAttribute ( string line1, string line2, string line3, string line4, string line5 ) : System
line1 string First line of license text.
line2 string Second line of license text.
line3 string Third line of license text.
line4 string Fourth line of license text.
line5 string Fifth line of license text.
Результат System