Skip to main content
A newer version of this page is available. .

RuleSet.GetEnumerator() Method

Returns an enumerator that iterates through a collection of rules.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

public IEnumerator<IRule> GetEnumerator()

Returns

Type Description
IEnumerator<IRule>

The enumerator that iterates through a collection of IRule objects.

See Also