C# Class Isop.Parse.ArgumentWithOptions

class to enable extensions of the behavior of what is recognized as arguments.
Afficher le fichier Open project: Lundalogik/isop Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System

Equals() public méthode

public Equals ( ArgumentWithOptions other ) : bool
other ArgumentWithOptions
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Help() public méthode

public Help ( ) : string
Résultat string