ListIterator.End Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the iterator past the last element in the list.
public:
virtual void End();
public virtual void End ();
abstract member End : unit -> unit
override this.End : unit -> unit
Public Overridable Sub End ()
Remarks
After this method runs, the ListIterator.more method will return false.