C# Class Isop.CommandLine.Help.HelpForArgumentWithOptions

Datei anzeigen Open project: wallymathieu/isop

Public Methods

Method Description
CanHelp ( string val = null ) : bool
Help ( ArgumentWithOptions entity ) : string
Help ( string val = null ) : string
HelpForArgumentWithOptions ( IEnumerable argumentWithOptionses ) : System

Method Details

CanHelp() public method

public CanHelp ( string val = null ) : bool
val string
return bool

Help() public method

public Help ( ArgumentWithOptions entity ) : string
entity ArgumentWithOptions
return string

Help() public method

public Help ( string val = null ) : string
val string
return string

HelpForArgumentWithOptions() public method

public HelpForArgumentWithOptions ( IEnumerable argumentWithOptionses ) : System
argumentWithOptionses IEnumerable
return System