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

◆ Read< T >() [1/2]

static T Internal.Runtime.CompilerServices.Unsafe.Read< T > ( ref byte source)
inlinestatic

Definition at line 170 of file Unsafe.cs.

171 {
172 return As<byte, T>(ref source);
173 }

References System.source.