Method Dequeue
- Namespace
- ComfileTech.jControlsNF4
- Assembly
- ComfileTech.jControlsNF4.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