This version of Unity is unsupported.

ElementsList<T0>.GetEnumerator

Declaration

public IEnumerator<T> GetEnumerator();

Returns

IEnumerator<T> An IEnumerator object that can be used to iterate through the collection.

Description

Returns an enumerator that iterates through the list.