C# Class CommandLine.Core.ValueMapper

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

Public Methods

Method Description
MapValues ( IEnumerable specProps, IEnumerable values, Func converter ) : StatePair>

Private Methods

Method Description
MapValuesImpl ( IEnumerable specProps, IEnumerable values, Func converter ) : Maybe>>.IEnumerable

Method Details

MapValues() public static method

public static MapValues ( IEnumerable specProps, IEnumerable values, Func converter ) : StatePair>
specProps IEnumerable
values IEnumerable
converter Func
return StatePair>