Open sandboxFocus

Method GetEnumerator

GetEnumerator()

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

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

An enumerator for the items that are currently enabled in the collection layer.

Implements