GetEnumerator()
Gets a character enumerator over this StringView.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public IEnumerator<char> GetEnumerator()
Returns
Type | Description |
|---|---|
| IEnumerator<char> | A character enumerator over this StringView. |