Gets or sets the size of the internal buffer.
Namespace: Sgry.AzukiAssembly: 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
| Exception | Condition |
|---|---|
| System..::..OutOfMemoryException | There is no enough memory to expand buffer. |