Skip to content

M_Ekstrand_Text_StringTokenizer_Reset

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

StringTokenizer.Reset Method

Sets the enumerator to its initial position, which is before the first element in 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 void Reset()

VB

Public Sub Reset

C++

public:
virtual void Reset() sealed

F#

abstract Reset : unit -> unit 
override Reset : unit -> unit 

Implements

IEnumerator.Reset()

See Also

Reference

StringTokenizer Class
Ekstrand.Text Namespace

Clone this wiki locally