Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Indexes

int? [] System.Globalization.StringInfo.Indexes
getprivate

Definition at line 13 of file StringInfo.cs.

14 {
15 get
16 {
17 if (_indexes == null && String.Length > 0)
18 {
20 }
21 return _indexes;
22 }
23 }
static int[] ParseCombiningCharacters(string str)

Referenced by System.Globalization.StringInfo.SubstringByTextElements(), and System.Globalization.StringInfo.SubstringByTextElements().