Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BinarySearch< T, TComparer >()
[2/2]
static int System.MemoryExtensions.BinarySearch<
T
,
TComparer
>
(
this
Span
<
T
>
span
,
T
value
,
TComparer
comparer
)
inline
static
Type Constraints
TComparer
:
IComparer<T>
Definition at line
1250
of file
MemoryExtensions.cs
.
1250
:
IComparer<T>
1251
{
1252
return
((
ReadOnlySpan<T>
)
span
).BinarySearch(
value
,
comparer
);
1253
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.value
@ value
System.ExceptionArgument.comparer
@ comparer
References
System.comparer
, and
System.value
.
System
MemoryExtensions
Generated by
1.10.0