Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Add< T >()
[2/4]
static ref
T
System.Runtime.CompilerServices.Unsafe.Add<
T
>
(
ref
T
source
,
int
elementOffset
)
inline
static
Definition at line
184
of file
Unsafe.cs
.
185
{
186
return
ref Unsafe.Add(ref
source
, elementOffset);
187
}
System.ExceptionArgument.source
@ source
References
System.source
.
System
Runtime
CompilerServices
Unsafe
Generated by
1.10.0