ITreeAlgorithm< T >
ITreeAlgorithm< T > class
Represents an algorithm that can be applied to a tree of objects T .
Methods
| Name | Description |
|---|
| Alg | Processes a node of a tree. |
| PostAlg | Called after processing of a node of a tree. |
| PreAlg | Called before processing of a node of a tree. |