Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
RemoveRange< T >()
static
IImmutableList
<
T
>
System.Collections.Immutable.ImmutableList
<
T
>.
RemoveRange
<
T
>
(
this
IImmutableList
<
T
>
list
,
IEnumerable
<
T
>
items
)
inline
static
Definition at line
65
of file
ImmutableList.cs
.
66
{
67
Requires.NotNull(
list
,
"list"
);
68
return
list
.RemoveRange(items,
EqualityComparer<T>
.
Default
);
69
}
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