C# Class PowerArgs.ArgCopyright

Inheritance: System.Attribute, IGlobalArgMetadata
Datei anzeigen Open project: adamabdelhamed/PowerArgs

Public Methods

Method Description
ArgCopyright ( string value ) : System

Creates a new ArgCopyright attribute.

Method Details

ArgCopyright() public method

Creates a new ArgCopyright attribute.
public ArgCopyright ( string value ) : System
value string The copyright value
return System