List<(Of <(<'T>)>)>..::..GetEnumerator Method
Returns an enumerator that iterates through the List<(Of <(<'T>)>)>.
Namespace:
System.Collections.GenericAssembly: Bridge (in Bridge.dll)
Syntax
public IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public: IEnumerator<T>^ GetEnumerator()