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

◆ LazyDebugView()

System.LazyDebugView< T >.LazyDebugView ( Lazy< T > lazy)
inline

Definition at line 18 of file LazyDebugView.cs.

19 {
20 _lazy = lazy;
21 }
readonly Lazy< T > _lazy

References System.LazyDebugView< T >._lazy.