GetEnumerator Method

Returns an enumerator that iterates through the Conditions in the collection.

Type: ConditionCollection

Namespace: XJTAG.Integration.XJRunner

Syntax

public IEnumerator<Condition> GetEnumerator()

Return Value

System.Collections.Generic.IEnumerator<Condition>

A IEnumerator`1 that can be used to iterate through the collection.