MrKWatkins.Ast Help

Children<TNode>.Capacity Property

Definition

Current capacity of the collection. The capacity is the size of the internal array used to hold items. When set, the internal array of the list is reallocated to the given capacity.

public int Capacity { get; set; }

Property Value

Int32

The capacity.

Last modified: 09 September 2024