The current amount of cells available to the dequeue

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public int Capacity { get; set; }
Visual Basic (Declaration)
Public Property Capacity As Integer
Visual C++
public:
property int Capacity {
	int get ();
	void set (int value);
}

See Also