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)
        {
        }