Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Create< T >()
[5/6]
static
ImmutableSortedSet
<
T
>
System.Collections.Immutable.ImmutableSortedSet
<
T
>.Create<
T
>
(
params
T
[]
items
)
inline
static
Definition at line
42
of file
ImmutableSortedSet.cs
.
43
{
44
return
ImmutableSortedSet<T>
.Empty.Union(items);
45
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Collections
Immutable
ImmutableSortedSet
Generated by
1.10.0