BoDi.Tests.SubContainerTests.ChildClass.ChildClass C# (CSharp) Method

ChildClass() public method

public ChildClass ( IInterface1 interface1 ) : System
interface1 IInterface1
return System
            public ChildClass(IInterface1 interface1)
            {
                this.Interface1 = interface1;
            }
SubContainerTests.ChildClass