Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
String
string
System.Globalization.StringInfo.String
get
set
Definition at line
25
of file
StringInfo.cs
.
26
{
27
get
28
{
29
return
_str
;
30
}
31
[
MemberNotNull
(
"_str"
)]
32
set
33
{
34
_str
=
value
??
throw
new
ArgumentNullException(
"value"
);
35
_indexes
=
null
;
36
}
37
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Globalization.StringInfo._indexes
int[] _indexes
Definition
StringInfo.cs:11
System.Globalization.StringInfo._str
string _str
Definition
StringInfo.cs:9
System.ExceptionArgument.value
@ value
System
Globalization
StringInfo
Generated by
1.10.0