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