Share via


ListIterator.End Method

Definition

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.

Applies to