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

Show file Open project: AutoMapper/AutoMapper

Public Methods

Method Description
DestinationFoo ( string a = "a", string b = "b", int c = 3 ) : System

Method Details

DestinationFoo() public method

public DestinationFoo ( string a = "a", string b = "b", int c = 3 ) : System
a string
b string
c int
return System