Default (and minimum) capacity for the buffer containing the elements in the queue.

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

Syntax

C#
public const int DefaultCapacity
Visual Basic
Public Const DefaultCapacity As Integer
Visual C++
public:
literal int DefaultCapacity
F#
static val mutable DefaultCapacity: int

Field Value

Type: Int32

See Also