C# Class CommandLine.Core.ValueMapper

Maps unnamed options to property using CommandLine.ValueOptionAttribute and CommandLine.ValueListAttribute.
Afficher le fichier Open project: cosmo0/commandline Class Usage Examples

Méthodes publiques

Méthode Description
MapValues ( IEnumerable specProps, IEnumerable values, Func converter ) : StatePair>

Private Methods

Méthode Description
MapValuesImpl ( IEnumerable specProps, IEnumerable values, Func converter ) : Maybe>>.IEnumerable

Method Details

MapValues() public static méthode

public static MapValues ( IEnumerable specProps, IEnumerable values, Func converter ) : StatePair>
specProps IEnumerable
values IEnumerable
converter Func
Résultat StatePair>