CopyrightInfo Constructor (Boolean, String, Int32) |
Initializes a new instance of the
CopyrightInfo class
specifying symbol case, author and copyrightYears.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic CopyrightInfo(
bool isSymbolUpper,
string author,
params int[] copyrightYears
)
public:
CopyrightInfo(
bool isSymbolUpper,
String^ author,
... array<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
See Also