get_Capacity()

SortedList::get_Capacity() const method

Gets current list capacity.

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

Return Value

Actual capacity of current list.

See Also