Click or drag to resize
CopyrightInfo Constructor (String, Int32)
Initializes a new instance of the CopyrightInfo class specifying author and year.

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public CopyrightInfo(
	string author,
	int year
)

Parameters

author
Type: SystemString
The company or person holding the copyright.
year
Type: SystemInt32
The year of coverage of copyright.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when parameter author is null or empty string.
See Also