C# Class Tectil.NCommand.CommandMapper

Mapps arguments to parameters
Inheritance: ICommandMapper
Afficher le fichier Open project: tectil/NCommand Class Usage Examples

Méthodes publiques

Méthode Description
Map ( object>.IEnumerable arguments, IEnumerable parameters ) : MappingResult

Maps the specified arguments to parameters.

Method Details

Map() public méthode

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