class CharEnumerator

in global :: System

Supports iterating over a object and reading its individual characters. This class cannot be inherited.


public char Current { get; }

Gets the currently referenced character in the string enumerated by this object.

  • Returns The Unicode character currently referenced by this object.

public object Clone( )

😔 No documentation found.

public bool MoveNext( )

😔 No documentation found.

public void Dispose( )

😔 No documentation found.

public void Reset( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.