Skip to content

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; }

View source

Property Value

Int32

The capacity.