System::Collections::Generic::LinkedList::Enumerator::MoveNext 方法
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.Page for C++