Click or drag to resize

CaseGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  SmartTests
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public virtual IEnumerator<Case> GetEnumerator()

Return Value

Type: IEnumeratorCase
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also