System::Collections::Generic::LinkedList::Enumerator::MoveNext method
Enumerator::MoveNext method
指向下一个元素的枚举器(如果存在)。
bool System::Collections::Generic::LinkedList<T>::Enumerator::MoveNext() override
ReturnValue
如果成功选择了下一个元素则返回 true,否则返回 false。
另见
- Class Enumerator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++