Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToBuilder()
Builder
System.Collections.Immutable.ImmutableSortedDictionary
< TKey, TValue >.ToBuilder
(
)
inline
Definition at line
1148
of file
ImmutableSortedDictionary.cs
.
1149
{
1150
return
new
Builder(
this
);
1151
}
System
Collections
Immutable
ImmutableSortedDictionary
Generated by
1.10.0