Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CharEnumerator::Reset Method ()

 

Initializes the index to a position logically before the first character of the enumerated string.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual void Reset() sealed

The CharEnumerator class maintains an internal index to the enumerated string, and the Reset method sets the index to the invalid state.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft