Bickle.InactiveExampleContainer.InactiveExampleContainer C# (CSharp) Method

InactiveExampleContainer() public method

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