Bridge

CharEnumerator..::..Current Property

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

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

Syntax


public char Current { get; }
Public ReadOnly Property Current As Char
	Get
public:
property wchar_t^ Current {
	wchar_t^ get ();
}

Return Value

The Unicode character currently referenced by this CharEnumerator object.

Exceptions


ExceptionCondition
System..::..InvalidOperationExceptionThe index is invalid; that is, it is before the first or after the last character of the enumerated string.