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

Destination() public method

public Destination ( int foo ) : System
foo int
return System
            public Destination(int foo)
            {
                Foo = foo;
            }
        }
When_mapping_a_constructor_parameter_from_nested_members.Destination