Delegate I<T0>
Delegate type that represents the lambda expression in an Entities.ForEach construction.
Namespace: Unity.Entities.UniversalDelegates
Assembly: solution.dll
Syntax
public delegate void I<T0>(in T0 t0)
  Parameters
| Type | Name | Description | 
|---|---|---|
| T0 | t0 | 
Type Parameters
| Name | Description | 
|---|---|
| T0 | Component, Entity or Aspect type used in the lambda expression  |