AutoMapper.UnitTests.Constructors.When_mapping_to_an_object_with_a_constructor_with_single_optional_arguments.DestinationBar.DestinationBar C# (CSharp) Method

DestinationBar() public method

public DestinationBar ( string fooBar ) : System
fooBar string
return System
            public DestinationBar(string fooBar)
            {
                _fooBar = fooBar;
            }
        }
When_mapping_to_an_object_with_a_constructor_with_single_optional_arguments.DestinationBar