Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Replace< T >()
static
IImmutableList
<
T
>
System.Collections.Immutable.ImmutableList
<
T
>.
Replace
<
T
>
(
this
IImmutableList
<
T
>
list
,
T
oldValue
,
T
newValue
)
inline
static
Definition at line
53
of file
ImmutableList.cs
.
54
{
55
Requires.NotNull(
list
,
"list"
);
56
return
list
.Replace(
oldValue
,
newValue
,
EqualityComparer<T>
.
Default
);
57
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.GCCollectionMode.Default
@ Default
System.ExceptionArgument.list
@ list
References
System.Default
, and
System.list
.
System
Collections
Immutable
ImmutableList
Generated by
1.10.0