13 lines
125 B
Markdown
13 lines
125 B
Markdown
# Count
|
||
|
||
Returns the number of elements in the queue.
|
||
|
||
```
|
||
int Count();
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Returns the number of elements.
|