ReadOnlyCollectionBuilder<T>::GetEnumerator Method ()
.NET Framework (current version)
Returns an enumerator that iterates through the collection.
Assembly: System.Core (in System.Core.dll)
Return Value
Type: System.Collections.Generic::IEnumerator<T>^A IEnumerator<T> that can be used to iterate through the collection.
Implements
IEnumerable<T>::GetEnumerator()
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: