Open sandboxFocus

Method GetEnumerator

GetEnumerator()

Returns an enumerator that iterates through the items in the collection.

Declaration
public IEnumerator<T> GetEnumerator()
Returns
Type Description
IEnumerator<T>

An enumerator for the items that are currently in the set (considering add and remove operations).

Implements