Current capacity of the queue - the size of the buffer.

Namespace: MonoSoftware.Core.Collections
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public int Capacity { get; }
Visual Basic
Public ReadOnly Property Capacity As Integer
	Get
Visual C++
public:
property int Capacity {
	int get ();
}
F#
member Capacity : int with get

Property Value

Type: Int32

See Also