CollectionBase1.Capacity

CollectionBase<T>.Capacity property

Gets or sets the number of elements that the list can contain.

public int Capacity { get; set; }

See Also