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

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

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

Definition at line 51 of file MemoryMarshal.cs.

52 {
53 return ref span._pointer.Value;
54 }