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