Click or drag to resize
StaMaRegionStates Property
Gets the list of States of this Region.

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

Property Value

Type: StateCollection
A StateCollection instance. At least one item (namely the InitialState) will be present in this collection.
See Also