Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Read< T >()
[2/2]
static unsafe T Internal.Runtime.CompilerServices.Unsafe.Read< T >
(
void *
source
)
inline
static
Definition at line
162
of file
Unsafe.cs
.
163
{
164
return
As<byte, T>(ref *(
byte
*)
source
);
165
}
System.ExceptionArgument.source
@ source
References
System.source
.
Internal
Runtime
CompilerServices
Unsafe
Generated by
1.10.0