C# Class clipr.VerbAttribute

Inheritance: System.Attribute
Mostra file Open project: nemec/clipr

Public Methods

Method Description
VerbAttribute ( ) : System

Create a new subcommand.

VerbAttribute ( string name ) : System

Create a new subcommand.

VerbAttribute ( string name, string description ) : System

Create a new subcommand.

Method Details

VerbAttribute() public method

Create a new subcommand.
public VerbAttribute ( ) : System
return System

VerbAttribute() public method

Create a new subcommand.
public VerbAttribute ( string name ) : System
name string
return System

VerbAttribute() public method

Create a new subcommand.
public VerbAttribute ( string name, string description ) : System
name string
description string
return System