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
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Globalization.StringInfo.Indexes
int?[] Indexes
Definition
StringInfo.cs:14
System
Globalization
StringInfo
Generated by
1.10.0