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

Destination() private method

private Destination ( ) : System
return System
            private Destination()
            {

            }
            public Destination(MyType myType)

Same methods

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