Click or drag to resize
StaMaTransitionCollection Class
Represents a list of Transition instances.
Inheritance Hierarchy
SystemObject
  StaMaTransitionCollection

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public class TransitionCollection

The TransitionCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the RegionCollection.
Public propertyItem
Gets the Transition at the specified index.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the TransitionCollection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also