ITreeAlgorithm< T >

ITreeAlgorithm< T > class

Represents an algorithm that can be applied to a tree of objects T .

Methods

NameDescription
AlgProcesses a node of a tree.
PostAlgCalled after processing of a node of a tree.
PreAlgCalled before processing of a node of a tree.