System::Collections::Generic::LinkedList::get_Count method

LinkedList::get_Count method

获取列表中元素的数量。

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

ReturnValue

列表中实际的元素数量。

另见