Returns an System.Collections.Generic.IEnumerator`1 that iterates through the returned result of this query.
Declaring type: InterLinqQuery<T>
Namespace: Zyan.InterLinq
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public IEnumerator<T> GetEnumerator ()
Return Value
An System.Collections.Generic.IEnumerator`1 object that can be used to iterate through the returned result of this query.