C# Class CommandLine.Core.Verb

显示文件 Open project: cosmo0/commandline

Public Methods

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

Method Details

FromAttribute() public static method

public static FromAttribute ( VerbAttribute attribute ) : Verb
attribute VerbAttribute
return Verb

SelectFromTypes() public static method

public static SelectFromTypes ( IEnumerable types ) : Type>>.IEnumerable
types IEnumerable
return Type>>.IEnumerable

Verb() public method

public Verb ( string name, string helpText ) : System
name string
helpText string
return System