HandCoded.Validation.RuleSet.Remove C# (CSharp) Méthode

Remove() public méthode

Attempts to remove a given Rule from the collection held by the RuleSet.
public Remove ( Rule rule ) : Rule
rule Rule The to be removed.
Résultat Rule
        public Rule Remove(Rule rule)
        {
            return (Remove (rule.Name));
        }

Same methods

RuleSet::Remove ( string name ) : Rule