CRaPI - Correct Robust and Perfect API

CommandQueue.Enqueue Method

Adds an ArrayList of Commands to the queue

Overload List

Adds an ArrayList of Commands to the queue

public void Enqueue(ArrayList);

Adds a Command to the queue

public void Enqueue(Command);

Adds an array of Commands to the queue

public void Enqueue(Command[]);

See Also

CommandQueue Class | TeamYaffa.CRaPI Namespace