C# Class Tectil.NCommand.CommandMapper

Mapps arguments to parameters
Inheritance: ICommandMapper
Mostrar archivo Open project: tectil/NCommand Class Usage Examples

Public Methods

Method Description
Map ( object>.IEnumerable arguments, IEnumerable parameters ) : MappingResult

Maps the specified arguments to parameters.

Method Details

Map() public method

Maps the specified arguments to parameters.
public Map ( object>.IEnumerable arguments, IEnumerable parameters ) : MappingResult
arguments object>.IEnumerable The arguments.
parameters IEnumerable The parameters.
return Tectil.NCommand.Contract.MappingResult