Mono Class Library: System.CharEnumerator Overview | Members

System.CharEnumerator.Current Property

Gets the element in the string over which the current instance is positioned. [Edit]

public char Current { get; }

Value

The char in the string over which the current instance is positioned. [Edit]

Exceptions

TypeReason
InvalidOperationExceptionThe current instance is positioned before the first element or after the last element of the string. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0