|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| LazyDebugView (Lazy< T > lazy) | |
Properties | |
| bool | IsValueCreated [get] |
| T | Value [get] |
| LazyThreadSafetyMode? | Mode [get] |
| bool | IsValueFaulted [get] |
Private Attributes | |
| readonly Lazy< T > | _lazy |
Definition at line 6 of file LazyDebugView.cs.