Bickle.Example.Example C# (CSharp) Метод

Example() публичный Метод

public Example ( string name, System.Action action, ExampleContainer parent, Spec spec ) : System
name string
action System.Action
parent ExampleContainer
spec Spec
Результат System
        public Example(string name, Action action, ExampleContainer parent, Spec spec)
            : base(parent, name, spec)
        {
            _action = action;
        }

Same methods

Example::Example ( string name, Expression spec, ExampleContainer parent, Spec containingSpec ) : System