Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToImmutableList< TSource >()
[2/2]
static
ImmutableList
< TSource >
System.Collections.Immutable.ImmutableList
<
T
>.
ToImmutableList
< TSource >
(
this
ImmutableList
< TSource >::Builder
builder
)
inline
static
Definition at line
47
of file
ImmutableList.cs
.
48
{
49
Requires.NotNull(
builder
,
"builder"
);
50
return
builder
.ToImmutable();
51
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Collections
Immutable
ImmutableList
Generated by
1.10.0