Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
WriteUnaligned< T >()
[2/2]
static unsafe void Internal.Runtime.CompilerServices.Unsafe.WriteUnaligned< T >
(
void *
destination
,
T
value
)
inline
static
Definition at line
136
of file
Unsafe.cs
.
137
{
138
typeof(T).ToString();
139
throw
new
PlatformNotSupportedException
();
140
}
System.PlatformNotSupportedException
Definition
PlatformNotSupportedException.cs:9
Internal
Runtime
CompilerServices
Unsafe
Generated by
1.10.0