Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Overlaps< T >()
[4/4]
static
bool
System.MemoryExtensions.Overlaps<
T
>
(
this
Span
<
T
>
span
,
ReadOnlySpan
<
T
>
other
,
out
int
elementOffset
)
inline
static
Definition at line
1175
of file
MemoryExtensions.cs
.
1176
{
1177
return
((
ReadOnlySpan<T>
)
span
).Overlaps(
other
,
out
elementOffset
);
1178
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.other
@ other
References
System.other
.
System
MemoryExtensions
Generated by
1.10.0