Click or drag to resize
AssemblyLicenseAttribute Constructor (String, String)
Initializes a new instance of the AssemblyLicenseAttribute class with two lines of text.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public AssemblyLicenseAttribute(
	string line1,
	string line2
)

Parameters

line1
Type: SystemString
First line of license text.
line2
Type: SystemString
Second line of license text.
See Also