Iterators.

Range(int, int) Method

Syntax

public static IEnumerator Range(int fromInclusive, int toExclusive)

Parameters

Name Type Description
fromInclusive int
toExclusive int

Return Value

Type Description
IEnumerator