Skip to content

M_CommandLine_Text_AssemblyLicenseAttribute__ctor_2

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

AssemblyLicenseAttribute Constructor (String, String, String)

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

Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public AssemblyLicenseAttribute(
	string line1,
	string line2,
	string line3
)

VB

Public Sub New ( 
	line1 As String,
	line2 As String,
	line3 As String
)

C++

public:
AssemblyLicenseAttribute(
	String^ line1, 
	String^ line2, 
	String^ line3
)

F#

new : 
        line1 : string * 
        line2 : string * 
        line3 : string -> AssemblyLicenseAttribute

Parameters

 

line1
Type: System.String
First line of license text.
line2
Type: System.String
Second line of license text.
line3
Type: System.String
Third line of license text.

See Also

Reference

AssemblyLicenseAttribute Class
AssemblyLicenseAttribute Overload
CommandLine.Text Namespace

Clone this wiki locally