System::Collections::CollectionBase::get_Capacity method

CollectionBase::get_Capacity method

Returns the number of elements that the collection can contain.

int32_t System::Collections::CollectionBase<T>::get_Capacity()

ReturnValue

The number of elements that the collection can contain.

See Also