Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CurrentCulture
CultureInfo
System.Threading.Thread.CurrentCulture
get
set
Definition at line
246
of file
Thread.cs
.
247
{
248
get
249
{
250
RequireCurrentThread
();
251
return
CultureInfo
.
CurrentCulture
;
252
}
253
set
254
{
255
if
(
this
!=
CurrentThread
)
256
{
257
SetCultureOnUnstartedThread
(
value
,
uiCulture
:
false
);
258
}
259
else
260
{
261
CultureInfo.CurrentCulture =
value
;
262
}
263
}
264
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Globalization.CultureInfo.CurrentCulture
static CultureInfo CurrentCulture
Definition
CultureInfo.cs:72
System.Globalization.CultureInfo
Definition
CultureInfo.cs:8
System.Threading.Thread.RequireCurrentThread
void RequireCurrentThread()
Definition
Thread.cs:623
System.Threading.Thread.SetCultureOnUnstartedThread
void SetCultureOnUnstartedThread(CultureInfo value, bool uiCulture)
Definition
Thread.cs:631
System.Threading.Thread.CurrentThread
static Thread CurrentThread
Definition
Thread.cs:312
System.ExceptionArgument.value
@ value
System
Threading
Thread
Generated by
1.10.0