Method CreateSubEntityCollector

CreateSubEntityCollector(IEnumerable<ISubEntity?>?)

Creates an instance of SubEntityCollector

Declaration
ICollector<ISubEntity> CreateSubEntityCollector(IEnumerable<ISubEntity?>? subEntities = null)
Parameters
Type Name Description
IEnumerable<ISubEntity> subEntities

The sub-entities to collect (optional)

Returns
Type Description
ICollector<ISubEntity>

The SubEntityCollector

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