Returns an enumerator that iterates through the items.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

IEnumerator<Item> GetEnumerator(
	int startIndex
)

Parameters

startIndex
Type: System..::..Int32
the index of the first item the enumerator shall yield.

Return Value

The enumerator.

See Also