C# Class Isop.Parse.ArgumentWithOptions

class to enable extensions of the behavior of what is recognized as arguments.
ファイルを表示 Open project: Lundalogik/isop Class Usage Examples

Public Methods

Method Description
ArgumentWithOptions ( ArgumentParameter argument, Action action = null, bool required = false, string description = null, Type type = null ) : System
Equals ( ArgumentWithOptions other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Help ( ) : string

Method Details

ArgumentWithOptions() public method

public ArgumentWithOptions ( ArgumentParameter argument, Action action = null, bool required = false, string description = null, Type type = null ) : System
argument ArgumentParameter
action Action
required bool
description string
type System.Type
return System

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Help() public method

public Help ( ) : string
return string