Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Replace()
[2/3]
IImmutableList
<
T
>
IImmutableList
<
T
>.
System.Collections.Immutable.ImmutableArray
<
T
>.Replace
(
T
oldValue
,
T
newValue
,
IEqualityComparer
<
T
>
equalityComparer
)
inline
Definition at line
1443
of file
ImmutableArray.cs
.
1444
{
1445
ImmutableArray<T>
immutableArray
=
this
;
1446
immutableArray
.ThrowInvalidOperationIfNotInitialized();
1447
return
immutableArray
.Replace(
oldValue
,
newValue
,
equalityComparer
);
1448
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Collections
Immutable
ImmutableArray
Generated by
1.10.0