Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ReadUnaligned< T >()
[1/2]
static T Internal.Runtime.CompilerServices.Unsafe.ReadUnaligned< T >
(
ref byte
source
)
inline
static
Definition at line
127
of file
Unsafe.cs
.
128
{
129
typeof(T).ToString();
130
throw
new
PlatformNotSupportedException
();
131
}
System.PlatformNotSupportedException
Definition
PlatformNotSupportedException.cs:9
Internal
Runtime
CompilerServices
Unsafe
Generated by
1.10.0