C# Class Isop.Parse.RecognizedArgument

Afficher le fichier Open project: Lundalogik/isop Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Matches ( ParameterInfo paramInfo ) : bool
Matches ( PropertyInfo prop ) : bool
RecognizedArgument ( ArgumentWithOptions argumentWithOptions, int index, string argument, string value = null ) : System.Reflection

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Matches() public méthode

public Matches ( ParameterInfo paramInfo ) : bool
paramInfo System.Reflection.ParameterInfo
Résultat bool

Matches() public méthode

public Matches ( PropertyInfo prop ) : bool
prop System.Reflection.PropertyInfo
Résultat bool

RecognizedArgument() public méthode

public RecognizedArgument ( ArgumentWithOptions argumentWithOptions, int index, string argument, string value = null ) : System.Reflection
argumentWithOptions ArgumentWithOptions
index int
argument string
value string
Résultat System.Reflection