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

◆ Value

ref T System.ByReference< T >.Value
get

Definition at line 11 of file ByReference.cs.

12 {
13 [Intrinsic]
14 get
15 {
16 throw new PlatformNotSupportedException();
17 }
18 }