Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToImmutableSortedSet< TSource >()
[3/3]
static
ImmutableSortedSet
< TSource >
System.Collections.Immutable.ImmutableSortedSet
<
T
>.
ToImmutableSortedSet
< TSource >
(
this
ImmutableSortedSet
< TSource >::Builder
builder
)
inline
static
Definition at line
76
of file
ImmutableSortedSet.cs
.
77
{
78
Requires.NotNull(
builder
,
"builder"
);
79
return
builder
.ToImmutable();
80
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Collections
Immutable
ImmutableSortedSet
Generated by
1.10.0