BoDi.Tests.SubContainerTests.ChildClass.ChildClass C# (CSharp) Méthode

ChildClass() public méthode

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