VB.NET Language in a Nutshell
| Queue.Count Property |
Class
System.Collections.Queue
Syntax
queuevariable .Count( )
Return Value
Integer
Description
This read-only property returns an Integer specifying the number of elements in the queue.
| Queue.Count Property |
System.Collections.Queue
queuevariable .Count( )
Integer
This read-only property returns an Integer specifying the number of elements in the queue.