get_Capacity()

List::get_Capacity() const method

Gets current list capacity.

int System::Collections::Generic::List<T>::get_Capacity() const

Return Value

Capacity (not size) of the list.

See Also