IForEachable
Short summary
An interface for classes that can perform actions on every contained object.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_AbstractObject.IObject | - |
UML Diagram
Properties
forEach
Type: IForEachStrategy
This property returns strategies to loop through the collection and apply actions to all objects contained.…
Code
Declaration
INTERFACE IForEachable EXTENDS CNM_AbstractObject.IObject