System::Collections::Generic::SortedList::get_Capacity method

SortedList::get_Capacity method

Gets current list capacity.

int System::Collections::Generic::SortedList<TKey, TValue>::get_Capacity() const

ReturnValue

Actual capacity of current list.

See Also