Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Lazy()
[6/14]
System.Lazy
<
T
, TMetadata >.
Lazy
(
Func<
T
>
valueFactory
,
bool
isThreadSafe
)
inline
Definition at line
78
of file
Lazy.cs
.
79
:
this
(valueFactory, LazyHelper.GetModeFromIsThreadSafe(isThreadSafe), useDefaultConstructor:
false
)
80
{
81
}
System
Lazy
Generated by
1.10.0