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

ActiveExampleContainer() public méthode

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