System::Collections::CollectionBase::set_Capacity method

CollectionBase::set_Capacity method

Sets the number of elements that the collection can contain.

void System::Collections::CollectionBase<T>::set_Capacity(int32_t value)
ParameterTypeDescription
valueint32_tThe value to set.

See Also