Capacity Property
Gets or sets the total number of elements the internal data structure can hold without resizing.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public int Capacity { get; set; }
Public Property Capacity As Integer
Get
Set
member Capacity : int with get, set