Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Lazy()
[12/14]
System.Lazy
<
T
, TMetadata >.
Lazy
(
Func<
T
>
valueFactory
,
TMetadata
metadata
,
bool
isThreadSafe
)
inline
Definition at line
248
of file
Lazy.cs
.
249
: base(valueFactory, isThreadSafe)
250
{
251
_metadata
= metadata;
252
}
System.Lazy._metadata
readonly TMetadata _metadata
Definition
Lazy.cs:227
References
System.Lazy< T, TMetadata >._metadata
.
System
Lazy
Generated by
1.10.0