AutoMapper.UnitTests.Constructors.When_constructor_matches_but_the_destination_is_passed.Destination.Destination C# (CSharp) Method

Destination() public method

public Destination ( ) : System
return System
            public Destination()
            {

            }
            public Destination(MyType myType)

Same methods

When_constructor_matches_but_the_destination_is_passed.Destination::Destination ( MyType myType ) : System
When_constructor_matches_but_the_destination_is_passed.Destination