Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Lazy() [2/14]

System.Lazy< T, TMetadata >.Lazy ( T value)
inline

Definition at line 58 of file Lazy.cs.

59 {
60 _value = value;
61 }
T _value
Definition Lazy.cs:15

References System.Lazy< T, TMetadata >._value, and System.value.