Returns an enumerator that iterates through the NSArray.

C# | Visual Basic | Visual C++ |
public virtual IEnumerable<T> GetEnumerator<T>() where T : class, IManagedWrapper
Public Overridable Function GetEnumerator(Of T As {Class, IManagedWrapper}) As IEnumerable(Of T)
public: generic<typename T> where T : ref class, IManagedWrapper virtual IEnumerable<T>^ GetEnumerator()

- T
- The parametric type

An typed enumarator

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)