Class EntityProcessorCollection
Ordered collection of EntityProcessor based on the Order property.
public class EntityProcessorCollection : OrderedCollection<EntityProcessor>, ICollection<EntityProcessor>, IEnumerable<EntityProcessor>, IEnumerable
  - Inheritance
 - 
      objectEntityProcessorCollection
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
EntityProcessorCollection()
Initializes a new instance of the EntityProcessorCollection class.
public EntityProcessorCollection()
  EntityProcessorCollection(int)
Initializes a new instance of the EntityProcessorCollection class.
public EntityProcessorCollection(int capacity)
  Parameters
capacityintThe capacity.
Methods
Get<T>()
Gets the first processor of the type T.
public T Get<T>() where T : EntityProcessor
  Returns
- T
 The first processor of type T or
nullif not found.
Type Parameters
TType of the processor