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

◆ Add< T >() [3/4]

static ref T System.Runtime.CompilerServices.Unsafe.Add< T > ( ref T source,
IntPtr elementOffset )
inlinestatic

Definition at line 198 of file Unsafe.cs.

199 {
200 return ref Unsafe.Add(ref source, elementOffset);
201 }

References System.source.