BoDi.Tests.SubContainerTests.ChildClass.ChildClass C# (CSharp) Метод

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

public ChildClass ( IInterface1 interface1 ) : System
interface1 IInterface1
Результат System
            public ChildClass(IInterface1 interface1)
            {
                this.Interface1 = interface1;
            }
SubContainerTests.ChildClass