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

◆ GetIsValueFaulted()

static bool System.LazyHelper.GetIsValueFaulted ( LazyHelper state)
inlinestaticpackage

Definition at line 78 of file LazyHelper.cs.

79 {
80 return state?._exceptionDispatch != null;
81 }

References System.state.