C# Class CommandLine.RangeValidator

ArgumentValidator implementation using a range.
Inheritance: ArgumentValidator
Afficher le fichier Open project: agardiner/hfmcmd

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
IsValid ( Argument arg, string value, string &errorMsg ) : bool
RangeValidator ( ) : System
RangeValidator ( int min, int max ) : System

Method Details

IsValid() public méthode

public IsValid ( Argument arg, string value, string &errorMsg ) : bool
arg Argument
value string
errorMsg string
Résultat bool

RangeValidator() public méthode

public RangeValidator ( ) : System
Résultat System

RangeValidator() public méthode

public RangeValidator ( int min, int max ) : System
min int
max int
Résultat System