IEnumRule Interface

Provides access to members that enumerate rules.

Members

Name Description
Method Next Retrieves the next Rule in the enumeration sequence.
Method Reset Resets the enumeration sequence to the beginning.

IEnumRule.Next Method

Retrieves the next Rule in the enumeration sequence.

Public Function Next ( _
) As IRule
public IRule Next (
);

IEnumRule.Reset Method

Resets the enumeration sequence to the beginning.

Public Sub Reset ( _
)
public void Reset (
);

Classes that implement IEnumRule

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.