Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateRange< T >()
[1/2]
static
ImmutableHashSet
<
T
>
System.Collections.Immutable.ImmutableHashSet
<
T
>.CreateRange<
T
>
(
IEnumerable
<
T
>
items
)
inline
static
Definition at line
1292
of file
ImmutableHashSet.cs
.
1293
{
1294
return
ImmutableHashSet<T>
.Empty.Union(items);
1295
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Collections
Immutable
ImmutableHashSet
Generated by
1.10.0