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
)
inline
static
Definition at line
170
of file
Unsafe.cs
.
171
{
172
return
As<byte, T>(ref
source
);
173
}
System.ExceptionArgument.source
@ source
References
System.source
.
Internal
Runtime
CompilerServices
Unsafe
Generated by
1.10.0