virtualizeEndIterator()

List::virtualizeEndIterator() method

Gets the implementation of end iterator for the current container.

System::Details::VirtualizedIteratorBase<T> * System::Collections::Generic::List<T>::virtualizeEndIterator() override

Return Value

Pointer to the newly created iterator kernel object.

See Also