Bickle.Spec.Ignore C# (CSharp) Méthode

Ignore() protected méthode

protected Ignore ( System.Action spec ) : void
spec System.Action
Résultat void
        protected void Ignore(Action spec)
        {
            Ignore("Ignored", spec);
        }

Same methods

Spec::Ignore ( string area, System.Action spec ) : void