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

◆ Nullable()

System.Nullable< T >.Nullable ( T value)
inline

Definition at line 38 of file Nullable.cs.

39 {
40 this.value = value;
41 hasValue = true;
42 }
readonly bool hasValue
Definition Nullable.cs:12

References System.Nullable< T >.hasValue, and System.Nullable< T >.value.