terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Value

T System.Nullable< T >.Value
get

Definition at line 32 of file Nullable.cs.

33 {
34 get
35 {
37 return this.value;
38 }
39 }
static void ThrowInvalidOperationException_InvalidOperation_NoValue()