Delegate EntityRetriever
Delegate to implement the RetrieveNextEntities(IEnvironment) method independently from any custom puzzle descriptor class.
Namespace: TreeProblemFramework.Description
Parameters
| Type | Name | Description |
|---|---|---|
| IEnvironment | env | The specified IEnvironment form which to yield sets of IEntity objects. |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<EntityCollection> | An enumerator of EntityCollection on whose elements transformations are to be executed. |