Bridge

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

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

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

Syntax


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

Return Value

A Enumerator for the List<(Of <(<'T>)>)>.