Returns an enumerator that iterates through the collection.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public IEnumerator<ViewRow> GetEnumerator()
Visual Basic
Public Function GetEnumerator As IEnumerator(Of ViewRow)

Return Value

A IEnumerator<(Of <(<'T>)>)> that can be used to iterate through the collection.

Implements

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

See Also