Mono Class Library: System.CharEnumerator Overview | Members

System.CharEnumerator.Current Property

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

public char Current { get; }

Value

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

Exceptions

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

Remarks

Documentation for this section has not yet been entered.

Requirements

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