Sequences

System.Collections.IEnumerable<ICommandSequence> ICommandQueue.Sequences { get; }

Gets the command sequences in the command queue.

Value

IEnumerable<ICommandSequence> – Command sequences.

Throws