Skip to content

M_CommandLine_Text_AssemblyLicenseAttribute__ctor

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

AssemblyLicenseAttribute Constructor (String)

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

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

Syntax

C#

public AssemblyLicenseAttribute(
	string line1
)

VB

Public Sub New ( 
	line1 As String
)

C++

public:
AssemblyLicenseAttribute(
	String^ line1
)

F#

new : 
        line1 : string -> AssemblyLicenseAttribute

Parameters

 

line1
Type: System.String
First line of license text.

See Also

Reference

AssemblyLicenseAttribute Class
AssemblyLicenseAttribute Overload
CommandLine.Text Namespace

Clone this wiki locally