Gets or sets the size of the internal buffer.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public int Capacity { get; set; }
Visual Basic
Public Property Capacity As Integer
	Get
	Set

Property Value

Type: Int32

Exceptions

ExceptionCondition
System..::..OutOfMemoryExceptionThere is no enough memory to expand buffer.

See Also