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.

   

Категории