C# Class CommandLine.Core.SpecificationExtensions

Afficher le fichier Open project: cosmo0/commandline

Méthodes publiques

Méthode Description
GetMaxValueCount ( this specification ) : Maybe
IsOption ( this specification ) : bool
IsValue ( this specification ) : bool
ThrowingValidate ( this specifications, bool>.IEnumerable guardsLookup ) : IEnumerable
WithLongName ( this specification, string newLongName, System enumValues ) : OptionSpecification

Method Details

GetMaxValueCount() public static méthode

public static GetMaxValueCount ( this specification ) : Maybe
specification this
Résultat Maybe

IsOption() public static méthode

public static IsOption ( this specification ) : bool
specification this
Résultat bool

IsValue() public static méthode

public static IsValue ( this specification ) : bool
specification this
Résultat bool

ThrowingValidate() public static méthode

public static ThrowingValidate ( this specifications, bool>.IEnumerable guardsLookup ) : IEnumerable
specifications this
guardsLookup bool>.IEnumerable
Résultat IEnumerable

WithLongName() public static méthode

public static WithLongName ( this specification, string newLongName, System enumValues ) : OptionSpecification
specification this
newLongName string
enumValues System
Résultat OptionSpecification