ReadOnlyCollectionBuilder<T>::GetEnumerator Method ()

 

Returns an enumerator that iterates through the collection.

Namespace:   System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

public:
virtual IEnumerator<T>^ GetEnumerator() sealed

Return Value

Type: System.Collections.Generic::IEnumerator<T>^

A IEnumerator<T> that can be used to iterate through the collection.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: