IBaseIterator<TValue>.next Method

Definition

Increments the iterator to the next position in the underlying container, or to the first position beyond the end of container if the container has been completely traversed.

public:
 void next();
public void next ();
abstract member next : unit -> unit
Public Sub next ()

Applies to