System::Collections::Generic::SortedList::set_Capacity method

SortedList::set_Capacity method

设置当前列表的容量。

void System::Collections::Generic::SortedList<TKey, TValue>::set_Capacity(int capacity)
ParameterType描述
容量int要设置的容量。

另见