CopyrightInfo Constructor (String, Int32) |
Initializes a new instance of the
CopyrightInfo class
specifying author and copyrightYears.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic CopyrightInfo(
string author,
params int[] years
)
public:
CopyrightInfo(
String^ author,
... array<int>^ years
)
Parameters
- author
- Type: SystemString
The company or person holding the copyright. - years
- Type: SystemInt32
The copyrightYears of coverage of copyright.
Exceptions
See Also