Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
NegativeLocalized
TimeSpanFormat.FormatLiterals
System.Globalization.TimeSpanParse.TimeSpanRawInfo.NegativeLocalized
get
package
Definition at line
235
of file
TimeSpanParse.cs
.
236
{
237
get
238
{
239
if
(!
_negLocInit
)
240
{
241
_negLoc
=
default
(TimeSpanFormat.FormatLiterals);
242
_negLoc
.Init(
_fullNegPattern
, useInvariantFieldLengths: false);
243
_negLocInit
=
true
;
244
}
245
return
_negLoc
;
246
}
247
}
System.Globalization.TimeSpanParse.TimeSpanRawInfo._fullNegPattern
string _fullNegPattern
Definition
TimeSpanParse.cs:197
System.Globalization.TimeSpanParse.TimeSpanRawInfo._negLoc
TimeSpanFormat.FormatLiterals _negLoc
Definition
TimeSpanParse.cs:189
System.Globalization.TimeSpanParse.TimeSpanRawInfo._negLocInit
bool _negLocInit
Definition
TimeSpanParse.cs:193
System
Globalization
TimeSpanParse
TimeSpanRawInfo
Generated by
1.10.0