Bickle.InactiveExampleContainer.InactiveExampleContainer C# (CSharp) 메소드

InactiveExampleContainer() 공개 메소드

public InactiveExampleContainer ( string name, ExampleContainer parent, Spec spec ) : System
name string
parent ExampleContainer
spec Spec
리턴 System
        public InactiveExampleContainer(string name, ExampleContainer parent, Spec spec)
            : base(name, parent, spec)
        {
        }