Click or drag to resize
StaMaStateConfigurationPassThrough Method
Allows to collect the names of the contained State instances in a structured way.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public void PassThrough(
	IStateConfigurationVisitor visitor
)

Parameters

visitor
Type: StaMaIStateConfigurationVisitor
A IStateConfigurationVisitor instance.
See Also