Bickle.ActiveExampleContainer.ActiveExampleContainer C# (CSharp) Method

ActiveExampleContainer() public method

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