Bridge

CharEnumerator Members

The CharEnumerator type exposes the following members.

Methods


  Name Description
Public method Dispose
Releases all resources used by the current instance of the CharEnumerator class.
Public method MoveNext
Increments the internal index of the current CharEnumerator object to the next character of the enumerated string.
Public method Reset
Initializes the index to a position logically before the first character of the enumerated string.

Properties


  Name Description
Public property Current
Gets the currently referenced character in the string enumerated by this CharEnumerator object.