Version: 2022.3

StringView.GetEnumerator

切换到手册
public IEnumerator<char> GetEnumerator ();

返回

IEnumerator<char> A character enumerator over this StringView.

描述

Gets a character enumerator over this StringView.