this[]
Gets the character at a specified position in the current StringView.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
this[int]
Gets the character at a specified position in the current StringView.
public char this[int index] { get; }
Parameters
Returns
Type | Description |
|---|---|
| char |
this[Index]
Gets the character at a specified position in the current StringView.
public char this[Index index] { get; }
Parameters
Returns
Type | Description |
|---|---|
| char |