Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateRange< T >()
[1/2]
static
ImmutableSortedSet
<
T
>
System.Collections.Immutable.ImmutableSortedSet
<
T
>.CreateRange<
T
>
(
IComparer
<
T
>?
comparer
,
IEnumerable
<
T
>
items
)
inline
static
Definition at line
37
of file
ImmutableSortedSet.cs
.
38
{
39
return
ImmutableSortedSet<T>
.Empty.WithComparer(
comparer
).Union(items);
40
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.comparer
@ comparer
References
System.comparer
.
System
Collections
Immutable
ImmutableSortedSet
Generated by
1.10.0