Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RuleSet.GetEnumerator() Method

Returns an enumerator that iterates through a collection of rules.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public IEnumerator<IRule> GetEnumerator()

Returns

Type Description
IEnumerator<IRule>

The enumerator that iterates through a collection of IRule objects.

See Also