C# Class AutoMapper.UnitTests.Constructors.When_mapping_to_an_object_with_a_constructor_with_multiple_optional_arguments.DestinationFoo

Afficher le fichier Open project: AutoMapper/AutoMapper

Méthodes publiques

Méthode Description
DestinationFoo ( DestinationBar bar = null, string str = "hello" ) : System

Method Details

DestinationFoo() public méthode

public DestinationFoo ( DestinationBar bar = null, string str = "hello" ) : System
bar DestinationBar
str string
Résultat System