C# Class ToolBelt.CommandLineCopyrightAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: jlyonsmith/ToolBelt

Public Methods

Method Description
CommandLineCopyrightAttribute ( string copyright ) : System

Initializes a new instance of the CommandLineCopyrightAttribute.

Method Details

CommandLineCopyrightAttribute() public method

Initializes a new instance of the CommandLineCopyrightAttribute.
public CommandLineCopyrightAttribute ( string copyright ) : System
copyright string Copyright for the program
return System