| TransitionCollectionItem Property |
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public Transition this[
int priority
] { get; }
Public ReadOnly Default Property Item (
priority As Integer
) As Transition
Get
public:
property Transition^ default[int priority] {
Transition^ get (int priority);
}
member Item : Transition with get
Parameters
- priority
- Type: SystemInt32
The zero-based index of the Transition to get.
Return Value
Type:
Transition
The
Transition at the index.
See Also