Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IndexOf()
[5/8]
int
System.Collections.Immutable.ImmutableArray
<
T
>.IndexOf
(
T
item
,
int
startIndex
)
inline
Definition at line
942
of file
ImmutableArray.cs
.
943
{
944
ImmutableArray<T>
immutableArray
=
this
;
945
return
immutableArray
.IndexOf(
item
,
startIndex
,
immutableArray
.Length -
startIndex
,
EqualityComparer<T>
.Default);
946
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.startIndex
@ startIndex
System.ExceptionArgument.item
@ item
References
System.item
, and
System.startIndex
.
System
Collections
Immutable
ImmutableArray
Generated by
1.10.0