[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Search.IndexQuery-1.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the IndexQuery<T>.

Declaration
public abstract IEnumerator<T> GetEnumerator()
Returns
Type Description
IEnumerator<T>
Implements