System::Collections::Generic::List::get_Capacity method

List::get_Capacity method

Gets current list capacity.

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

ReturnValue

Capacity (not size) of the list.

See Also