Calitha GOLD Parser Engine Documentation

IntegerList.GetEnumerator Method

Returns an enumerator for the entire list.

Overload List

Returns an enumerator for the entire list.

public IEnumerator GetEnumerator();

Returns an enumerator for a section of the ArrayList.

public IEnumerator GetEnumerator(int,int);

See Also

IntegerList Class | com.calitha.commons Namespace