[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.ViewRowCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration
public IEnumerator<ViewRow> GetEnumerator()
Returns
Type Description
IEnumerator<ViewRow>

A IEnumerator<T> that can be used to iterate through the collection.

Implements