Commands

System.Collections.IEnumerable<ICommandBase> ICommandSequence.Commands { get; }

Gets the commands of the command sequence in same order as when the sequence was created.

Value

IEnumerable<ICommandBase> – Commands of command sequence.

Throws