Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Create< T >()
[3/6]
static
ImmutableSortedSet
<
T
>
System.Collections.Immutable.ImmutableSortedSet
<
T
>.Create<
T
>
(
IComparer
<
T
>?
comparer
,
params
T
[]
items
)
inline
static
Definition at line
47
of file
ImmutableSortedSet.cs
.
48
{
49
return
ImmutableSortedSet<T>
.Empty.WithComparer(
comparer
).Union(items);
50
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.comparer
@ comparer
References
System.comparer
.
System
Collections
Immutable
ImmutableSortedSet
Generated by
1.10.0