get_Count()

List::get_Count() const method

Gets number of elements in current list.

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

Return Value

Actual number of elements.

See Also