Class EntityCollection
Collection of IEntity objects.
Namespace: TreeProblemFramework.Description
Constructors
EntityCollection()
Initializes a new empty instance of the EntityCollection class.
Declaration
public EntityCollection()
EntityCollection(IEnumerable<IEntity>)
Initializes a new instance of the EntityCollection class which is loaded with IEntity objects copied from a provided collection.
Declaration
public EntityCollection(IEnumerable<IEntity> collection)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<IEntity> | collection | The collection of IEntity objects with which to load the current collection. |