C# Class CommandLine.Core.Verb

Afficher le fichier Open project: cosmo0/commandline

Méthodes publiques

Méthode Description
FromAttribute ( VerbAttribute attribute ) : Verb
SelectFromTypes ( IEnumerable types ) : Type>>.IEnumerable
Verb ( string name, string helpText ) : System

Method Details

FromAttribute() public static méthode

public static FromAttribute ( VerbAttribute attribute ) : Verb
attribute VerbAttribute
Résultat Verb

SelectFromTypes() public static méthode

public static SelectFromTypes ( IEnumerable types ) : Type>>.IEnumerable
types IEnumerable
Résultat Type>>.IEnumerable

Verb() public méthode

public Verb ( string name, string helpText ) : System
name string
helpText string
Résultat System