Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LazyThreadSafetyMode.cs
Go to the documentation of this file.
1
namespace
System.Threading
;
2
3
public
enum
LazyThreadSafetyMode
4
{
5
None
,
6
PublicationOnly
,
7
ExecutionAndPublication
8
}
System.Threading.LazyThreadSafetyMode
LazyThreadSafetyMode
Definition
LazyThreadSafetyMode.cs:4
System.Threading.LazyThreadSafetyMode.PublicationOnly
@ PublicationOnly
System.Threading.LazyThreadSafetyMode.None
@ None
System.Threading.LazyThreadSafetyMode.ExecutionAndPublication
@ ExecutionAndPublication
System.Threading
Definition
TaskToApm.cs:3
source
System.Private.CoreLib
System.Threading
LazyThreadSafetyMode.cs
Generated by
1.10.0