Bickle.InactiveExampleContainer.InactiveExampleContainer C# (CSharp) Méthode

InactiveExampleContainer() public méthode

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