Method DequeueAndEnqueue
- Namespace
- ComfileTech.jControls
- Assembly
- ComfileTech.jControls.dll
DequeueAndEnqueue(T)
Removes and item from the beginning, and then adds an item to the end.
T DequeueAndEnqueue(T item)Parameters
- itemT
- The item to add. 
Returns
- T
- The item removed 
Exceptions
- InvalidOperationException
- The collection is empty