Skip to content

M_Ekstrand_Text_StringTokenizer_MoveNext

Fred Ekstrand edited this page Aug 6, 2020 · 1 revision

StringTokenizer.MoveNext Method

Advances the enumerator to the next element of the collection.(Inherited from IEnumerator.)

Namespace: Ekstrand.Text
Assembly: StringTokenizer (in StringTokenizer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public bool MoveNext()

VB

Public Function MoveNext As Boolean

C++

public:
virtual bool MoveNext() sealed

F#

abstract MoveNext : unit -> bool 
override MoveNext : unit -> bool 

Return Value

Type: Boolean

Implements

IEnumerator.MoveNext()

See Also

Reference

StringTokenizer Class
Ekstrand.Text Namespace

Clone this wiki locally