M_CommandLine_Text_CopyrightInfo__ctor_2 - adutton/commandline GitHub Wiki
Initializes a new instance of the CopyrightInfo class with an assembly attribute, this overrides all formatting.
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
private CopyrightInfo(
AssemblyCopyrightAttribute attribute
)VB
Private Sub New (
attribute As AssemblyCopyrightAttribute
)C++
private:
CopyrightInfo(
AssemblyCopyrightAttribute^ attribute
)F#
new :
attribute : AssemblyCopyrightAttribute -> CopyrightInfo
- attribute
- Type: System.Reflection.AssemblyCopyrightAttribute
The attribute which text to use.
CopyrightInfo Class
CopyrightInfo Overload
CommandLine.Text Namespace