Bridge

CharEnumerator..::..MoveNext Method

Increments the internal index of the current CharEnumerator object to the next character of the enumerated string.

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

Syntax


public bool MoveNext()
Public Function MoveNext As Boolean
public:
bool^ MoveNext()

Return Value

true if the index is successfully incremented and within the enumerated string; otherwise, false.