Bridge

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

Returns an enumerator that iterates through the collection.

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

Syntax


[TemplateAttribute]
IEnumerator<T> GetEnumerator()
<TemplateAttribute> _
Function GetEnumerator As IEnumerator(Of T)
[TemplateAttribute]
IEnumerator<T>^ GetEnumerator()

Return Value

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