This version of Unity is unsupported.

UQueryBuilder<T0>.ForEach

Parameters

result Each return value will be added to this list.
funcCall The function to be invoked with each matching element.

Description

Convenience overload, shorthand for Build().ForEach().


Parameters

funcCall The function to be invoked with each matching element.

Description

Convenience overload, shorthand for Build().ForEach().


Declaration

public void ForEach(Action<T> funcCall);

Parameters

funcCall The function to be invoked with each matching element.

Description

Convenience overload, shorthand for Build().ForEach().