Photon Fusion
2.0.9
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... | |
Enumerates the characters in a UTF-32 encoded string.
| void Dispose | ( | ) |
Releases all resources used by the CharEnumerator.
| bool MoveNext | ( | ) |
Advances the enumerator to the next character in the UTF-32 encoded string.
true if the enumerator was successfully advanced to the next character; false if the enumerator has passed the end of the string.| void Reset | ( | ) |
Sets the enumerator to its initial position, which is before the first character in the UTF-32 encoded string.
|
get |
Gets the current character in the enumeration.