set_Capacity()

SortedList::set_Capacity(int) method

Sets current list capacity.

void System::Collections::Generic::SortedList<TKey, TValue>::set_Capacity(int capacity)

Arguments

ParameterTypeDescription
capacityintCapacity to set.

See Also