| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Initializes a new instance of the CopyrightInfo class specifying symbol case, author and copyrightYears.
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public CopyrightInfo(
bool isSymbolUpper,
string author,
params int[] copyrightYears
)VB
Public Sub New (
isSymbolUpper As Boolean,
author As String,
ParamArray copyrightYears As Integer()
)C++
public:
CopyrightInfo(
bool isSymbolUpper,
String^ author,
... array<int>^ copyrightYears
)F#
new :
isSymbolUpper : bool *
author : string *
copyrightYears : int[] -> CopyrightInfo
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when parameter author is null or empty string. |
| ArgumentOutOfRangeException | Thrown when parameter copyrightYears is not supplied. |
CopyrightInfo Class
CopyrightInfo Overload
CommandLine.Text Namespace
CommandLineParser Class Library V2.6
| Back | FazBrowse Home | New Git URL |