Bridge

ReadOnlyCollection<(Of <(<'T>)>)>..::..GetEnumerator Method

Returns an enumerator that iterates through the ReadOnlyCollection<(Of <(<'T>)>)>.

Namespace:  System.Collections.ObjectModel
Assembly:  Bridge (in Bridge.dll)

Syntax


public IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public:
IEnumerator<T>^ GetEnumerator()

Return Value

An IEnumerator<(Of <(<'T>)>)> for the ReadOnlyCollection<(Of <(<'T>)>)>.