AutoMapper.UnitTests.Mappers.Dynamic.When_mapping_to_dynamic_from_getter_only_property.Source.Source C# (CSharp) Method

Source() public method

public Source ( ) : System.Collections.Generic
return System.Collections.Generic
            public Source()
            {
                Value = 24;
            }
When_mapping_to_dynamic_from_getter_only_property.Source