Signals

IDictionary<string, ISignal> IStateMachine.Signals { get; }

Gets the collection of signals of this state machine.

Value

IDictionary<string, ISignal> – Collection of signals of this state machine.

Throws