C# Class Deveel.Configuration.Option

Inheritance: IOption
Mostrar archivo Open project: deveel/deveel-cli Class Usage Examples

Public Methods

Method Description
Equals ( IOption other ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
Option ( ) : System
Option ( string opt ) : System
Option ( string opt, bool hasArg ) : System
Option ( string opt, bool hasArg, string description ) : System
Option ( string opt, string description ) : System
Option ( string opt, string longOpt, bool hasArg, string description ) : System
Option ( string opt, string longOpt, string description ) : System

Method Details

Equals() public method

public Equals ( IOption other ) : bool
other IOption
return bool

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Option() public method

public Option ( ) : System
return System

Option() public method

public Option ( string opt ) : System
opt string
return System

Option() public method

public Option ( string opt, bool hasArg ) : System
opt string
hasArg bool
return System

Option() public method

public Option ( string opt, bool hasArg, string description ) : System
opt string
hasArg bool
description string
return System

Option() public method

public Option ( string opt, string description ) : System
opt string
description string
return System

Option() public method

public Option ( string opt, string longOpt, bool hasArg, string description ) : System
opt string
longOpt string
hasArg bool
description string
return System

Option() public method

public Option ( string opt, string longOpt, string description ) : System
opt string
longOpt string
description string
return System