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

◆ operator T?()

static implicit System.Nullable< T >.operator T? ( T value)
inlinestatic

Definition at line 92 of file Nullable.cs.

93 {
94 return value;
95 }

References System.Nullable< T >.value.