IQueue.Peek
(METH)
METHOD Peek : COLLECTION_ERROR
Get the head of the queue. The element will not be removed.
- InOut:
Scope
Name
Type
Comment
Return
Peek
Output
itfElement
The first element of the queue
IQueue.Peek
(METH)METHOD Peek : COLLECTION_ERROR
Get the head of the queue. The element will not be removed.
Scope |
Name |
Type |
Comment |
---|---|---|---|
Return |
|
||
Output |
|
The first element of the queue |