C# Class AutoMapper.UnitTests.Constructors.When_the_destination_has_a_matching_constructor_with_optional_extra_parameters.Destination

Afficher le fichier Open project: AutoMapper/AutoMapper

Méthodes publiques

Méthode Description
Destination ( int foo, string bar = "bar" ) : System

Method Details

Destination() public méthode

public Destination ( int foo, string bar = "bar" ) : System
foo int
bar string
Résultat System