Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Lazy()
[4/14]
System.Lazy
<
T
, TMetadata >.
Lazy
(
bool
isThreadSafe
)
inline
Definition at line
68
of file
Lazy.cs
.
69
:
this
((Func<T>)
null
, LazyHelper.GetModeFromIsThreadSafe(isThreadSafe), useDefaultConstructor:
true
)
70
{
71
}
System
Lazy
Generated by
1.10.0