ArrayListCapacity Property |
Namespace: System.Collections
public virtual int Capacity { get; set; }
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Capacity is set to a value that is less than Count. |
OutOfMemoryException | There is not enough memory available on the system. |