Show / Hide Table of Contents

Class EntityCollection

Collection of IEntity objects.

Inheritance
System.Object
System.Collections.Generic.List<IEntity>
EntityCollection
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.

Back to top TreeProblemFramework from Ecuador.