This version of Unity is unsupported.

PropertyCollection<T0>.GetEnumerator

Declaration

public Enumerator<TContainer> GetEnumerator();

Returns

Enumerator<TContainer> An enumerator that can be used to iterate through the collection.

Description

Returns an enumerator that iterates through the collection.