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

◆ LengthInTextElements

int System.Globalization.StringInfo.LengthInTextElements
get

Definition at line 39 of file StringInfo.cs.

40 {
41 get
42 {
43 int[]? indexes = Indexes;
44 if (indexes == null)
45 {
46 return 0;
47 }
48 return indexes.Length;
49 }
50 }