Photon Fusion 2.0.9

Public Member Functions | Properties | List of all members
UTF32Tools.CharEnumerator Struct Reference

Enumerates the characters in a UTF-32 encoded string. More...

Inherits IEnumerator< char >.

Public Member Functions

void Dispose ()
 Releases all resources used by the CharEnumerator. More...
 
bool MoveNext ()
 Advances the enumerator to the next character in the UTF-32 encoded string. More...
 
void Reset ()
 Sets the enumerator to its initial position, which is before the first character in the UTF-32 encoded string. More...
 

Properties

char Current [get]
 Gets the current character in the enumeration. More...
 

Detailed Description

Enumerates the characters in a UTF-32 encoded string.

Member Function Documentation

◆ Dispose()

void Dispose ( )

Releases all resources used by the CharEnumerator.

◆ MoveNext()

bool MoveNext ( )

Advances the enumerator to the next character in the UTF-32 encoded string.

Returns
true if the enumerator was successfully advanced to the next character; false if the enumerator has passed the end of the string.

◆ Reset()

void Reset ( )

Sets the enumerator to its initial position, which is before the first character in the UTF-32 encoded string.

Property Documentation

◆ Current

char Current
get

Gets the current character in the enumeration.