System::Collections::Generic::List::get_Count method

List::get_Count method

Gets number of elements in current list.

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

ReturnValue

Actual number of elements.

See Also