Method CreateEntityCollector

CreateEntityCollector(IEnumerable<IEntity?>?)

Creates an instance of EntityCollector

Declaration
ICollector<IEntity> CreateEntityCollector(IEnumerable<IEntity?>? entities = null)
Parameters
Type Name Description
IEnumerable<IEntity> entities

The entities to collect (optional)

Returns
Type Description
ICollector<IEntity>

The EntityCollector

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next