Click or drag to resize
StaMaStateMachineTemplateRoot Property
Gets the root Region instance of this StateMachineTemplate instance.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public Region Root { get; }

Property Value

Type: Region
Returns a valid Region instance when the top level opening StateMachineTemplate.Region(String, Boolean) statement has been balanced with a StateMachineTemplate.EndRegion statement and the substructure is well-formed and valid; otherwise, null.
See Also