AutoMapper.UnitTests.Bug.Self_referencing_existing_destination.BaseTypeDto.BaseTypeDto C# (CSharp) Метод

BaseTypeDto() публичный Метод

public BaseTypeDto ( ) : Xunit
Результат Xunit
            public BaseTypeDto()
            {
                SelfReference = this;
            }
            public BaseTypeDto SelfReference { get; set; }
Self_referencing_existing_destination.BaseTypeDto