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

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public CopyrightInfo(
	bool isSymbolUpper,
	string author,
	params int[] copyrightYears
)

Parameters

isSymbolUpper
Type: SystemBoolean
The case of the copyright symbol.
author
Type: SystemString
The company or person holding the copyright.
copyrightYears
Type: SystemInt32
The copyrightYears of coverage of copyright.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when parameter author is null or empty string.
ArgumentOutOfRangeExceptionThrown when parameter copyrightYears is not supplied.
See Also