ReadOnlyCollectionBuilder<T>::IEnumerable::GetEnumerator Method ()

 

Returns an enumerator that iterates through the collection.

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

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator^

An IEnumerator that can be used to iterate through the collection.

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