C# Class clipr.VerbAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: nemec/clipr

Méthodes publiques

Méthode 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 méthode

Create a new subcommand.
public VerbAttribute ( ) : System
Résultat System

VerbAttribute() public méthode

Create a new subcommand.
public VerbAttribute ( string name ) : System
name string
Résultat System

VerbAttribute() public méthode

Create a new subcommand.
public VerbAttribute ( string name, string description ) : System
name string
description string
Résultat System