Method GetEnumerator
GetEnumerator()
Returns an enumerator over the entities in this query.
Declaration
public IEnumerator<(T1, T2, T3)> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<(T1, T2, T3)> | An IEnumerator interface into the entities matched by this query. |