AutoMapper.UnitTests.Constructors.When_mapping_a_constructor_parameter_from_nested_members.Destination.Destination C# (CSharp) 메소드

Destination() 공개 메소드

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