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

SortedList::set_Capacity method

Sets current list capacity.

void System::Collections::Generic::SortedList<TKey, TValue>::set_Capacity(int capacity)
ParameterTypeDescription
capacityintCapacity to set.

See Also