Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Create< T >()
[2/6]
static
ImmutableSortedSet
<
T
>
System.Collections.Immutable.ImmutableSortedSet
<
T
>.Create<
T
>
(
IComparer
<
T
>?
comparer
)
inline
static
Definition at line
17
of file
ImmutableSortedSet.cs
.
18
{
19
return
ImmutableSortedSet<T>
.Empty.WithComparer(
comparer
);
20
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.comparer
@ comparer
References
System.comparer
.
System
Collections
Immutable
ImmutableSortedSet
Generated by
1.10.0