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