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

Afficher le fichier Open project: AutoMapper/AutoMapper

Méthodes publiques

Méthode Description
DestinationFoo ( string a = "a", string b = "b", int c = 3 ) : System

Method Details

DestinationFoo() public méthode

public DestinationFoo ( string a = "a", string b = "b", int c = 3 ) : System
a string
b string
c int
Résultat System