System::Collections::Generic::LinkedList::Enumerator::MoveNext method

Enumerator::MoveNext method

Points enumerator to the next element (if any).

bool System::Collections::Generic::LinkedList<T>::Enumerator::MoveNext() override

ReturnValue

True if next element was selected successfully, otherwise false.

See Also