StringTokenizer.Enumerator.MoveNext Method

Definition

Overloads

MoveNext()

Advances the enumerator to the next token in the StringTokenizer.

MoveNext()

Source:
StringTokenizer.cs
Source:
StringTokenizer.cs
Source:
StringTokenizer.cs
Source:
StringTokenizer.cs

Advances the enumerator to the next token in the StringTokenizer.

public:
 virtual bool MoveNext();
public bool MoveNext ();
abstract member MoveNext : unit -> bool
override this.MoveNext : unit -> bool
Public Function MoveNext () As Boolean

Returns

true if the enumerator was successfully advanced to the next token; false if the enumerator has passed the end of the StringTokenizer.

Implements

Applies to