Method Dequeue
- Namespace
- ComfileTech.jControls
- Assembly
- ComfileTech.jControls.dll
Dequeue()
Removes an item from the beginning.
T Dequeue()Returns
- T
- The item removed 
Exceptions
- InvalidOperationException
- The collection is empty 
Removes an item from the beginning.
T Dequeue()The item removed
The collection is empty