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

◆ GetReference< T >() [1/2]

static ref T System.Runtime.InteropServices.MemoryMarshal.GetReference< T > ( ReadOnlySpan< T > span)
inlinestatic

Definition at line 56 of file MemoryMarshal.cs.

57 {
58 return ref span._pointer.Value;
59 }