AutoMapper.UnitTests.Constructors.MappingMultipleConstructorArguments.DestinationBar.DestinationBar C# (CSharp) Méthode

DestinationBar() public méthode

public DestinationBar ( string fooBar ) : System
fooBar string
Résultat System
            public DestinationBar(string fooBar)
            {
                _fooBar = fooBar;
            }
        }
MappingMultipleConstructorArguments.DestinationBar