M_CommandLine_Text_CopyrightInfo__ctor_2 - adutton/commandline GitHub Wiki

CopyrightInfo Constructor (AssemblyCopyrightAttribute)

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

Syntax

C#

private CopyrightInfo(
	AssemblyCopyrightAttribute attribute
)

VB

Private Sub New ( 
	attribute As AssemblyCopyrightAttribute
)

C++

private:
CopyrightInfo(
	AssemblyCopyrightAttribute^ attribute
)

F#

new : 
        attribute : AssemblyCopyrightAttribute -> CopyrightInfo

Parameters

 

attribute
Type: System.Reflection.AssemblyCopyrightAttribute
The attribute which text to use.

See Also

Reference

CopyrightInfo Class
CopyrightInfo Overload
CommandLine.Text Namespace

⚠️ **GitHub.com Fallback** ⚠️