Share via


Queue.Count Property

Gets the number of elements contained in the Queue.

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)

Syntax

public virtual int Count { get; }

Property Value

The number of elements contained in the Queue.

Version Information

Available in the .NET Micro Framework version 4.1.

See Also

Reference

Queue Class
Queue Members
System.Collections Namespace