Skip to main content
.NET 6.0+

RuleSet.GetEnumerator() Method

Returns an enumerator that iterates through a collection of rules.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public IEnumerator<IRule> GetEnumerator()

Returns

Type Description
IEnumerator<IRule>

The enumerator that iterates through a collection of IRule objects.

See Also