System::Collections::CollectionBase::set_Capacity method

CollectionBase::set_Capacity method

设置集合可以容纳的元素数量。

void System::Collections::CollectionBase<T>::set_Capacity(int32_t value)
参数类型描述
int32_t要设置的值。

另见