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

◆ As< TFrom, TTo >()

static ref TTo System.Runtime.CompilerServices.Unsafe.As< TFrom, TTo > ( ref TFrom source)
inlinestatic

Definition at line 170 of file Unsafe.cs.

171 {
172 return ref Unsafe.As<TFrom, TTo>(ref source);
173 }

References System.source.