Inputs

IDictionary<string, IInput> ICommandQueue.Inputs { get; }

Gets the collection of inputs of this command queue.

Value

IDictionary<string, IInput> – Collection of inputs of this command queue.

Throws